-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I am trying to install/build node modules onthe intranet. I have access to the internal NPM repository mirroring npmjs.org, but no connection to the internet.
When I run npm install (or 'node-gyp configure build' directly), the program attempts to download https://nodejs.org/dist/v0.12.4/node-v0.12.4.tar.gz, which it clearly cannot without the access to the internet. I do have this file available on my intranet.
How do I instruct node-gyp to use the local version of this file? How do I use the tool offline?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels