Hi! I have two VM resources on GENI, and I’m trying to install my node.js server on them. On both, “npm install” errors out trying to fetch the prerequisite libraries. Usually this is due to internet connectivity issues, and can be caused by a proxy (if I don’t have npm set up to use that proxy).
Do the resources have a proxy between that VM and the open internet?
A curl from one resource (pcvm2-6.instageni.nysernet.org) showed that it could reach the prerequisite URLs fine (which would be consistent with the idea that I have not set up npm correctly for a proxy).
On pcvm2-6.instageni.stanford.edu, though, I wasn’t able to install curl because I get 404 errors trying to do so (on URLs that work fine on my machine).
Anyone have any ideas of why this could be happening?
Thanks!
Details:
Account type: GENI portal
Slice name: serversetup
Aggregates:
- NYSERNet InstaGENI
- Stanford InstaGENI
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That worked for me. Thanks!