Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error: [npm-probe] failed to updated feed]: the Server can only start if it has full Internet access #42

Open
marcellodesales opened this issue Sep 15, 2014 · 0 comments

Comments

@marcellodesales
Copy link

Hey guys,

First of all it I love the UI from the website... That's why I've been trying to install an instance of this locally in the hopes that I can let internal NPM users view their private NPM modules deployed to a local NPM server...

Anyway, the pre-prod environment I have does NOT have Internet connection. My hope was that the app would be downloading modules information from the cached version of the NPM modules running on my local Private registry (NPM + Kappa). However, the app server does not load and the only thing listed is the following:

[Error: [npm-probe] failed to updated feed]
[Error: [npm-probe] failed to updated feed]
...
...

I could successfully run this on a local environment using my forked version of the app...

$ sudo docker run -t -i -p 8081:8081 --link npm-registry:couchdb --link redis:redis --link npm-registry:private_npm marcellodesales/browse-npm
Unable to find image 'marcellodesales/browse-npm' locally
Pulling repository marcellodesales/browse-npm
2098840229cf: Pulling dependent layers 
511136ea3c5a: Download complete 
2098840229cf: Download complete 
...
...
Browsenpm.org is now running on http://localhost:8081

Shouldn't the app be able to be bootstrapped without depending on Internet connection? That way, maybe the UI could display some warning messages like "Hey, can't access Nodejitsu, npm.org, etc" when the server does not have Internet access...

Anyway, thanks for making this available!

Marcello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant