> On Feb 10, 2015, at 12:50 PM, NodeNinja <[email protected]> wrote:
> 
> I am trying to install a nodejs package on a offline pc (no internet 
> connection) but I'm having trouble doing so
> 
> I have the package folder and its dependencies  I need to install on the 
> offline pc
> 
> so on the offline pc i do
> 
> C:\>npm install --global --cache d:\nodejs\npm-cache --optional --cache-min 
> 99999 enclose
> npm http GET https://registry.npmjs.org/enclose
> npm http GET https://registry.npmjs.org/enclose
> npm http GET https://registry.npmjs.org/enclose
> npm ERR! Error: getaddrinfo ENOENT

npm doesn't operate offline, so it's always going to look for the registry.
> 
> npm ERR! node -v v0.8.12
> npm ERR! npm -v 1.1.63

In addition, this is ancient. npm 1.1 won't work with the current registry, and 
node 0.8 is EOL. Consider upgrading to 0.12 or at least 0.10!

Aria

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/87EB5228-0F18-44C6-992C-736FCEB003F2%40nbtsc.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to