NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.04k stars 89 forks source link

how to run npm install -g autosave behind a proxy? #46

Closed andytorres closed 12 years ago

andytorres commented 12 years ago

My problem is this: I've downloaded and installed the plugin and Node.js(in order to install the server). But, when I run npm install -g autosave on windows, it throws me Error: failed to fetch from registry: autosave I thik it probably has something to do with the fact that I have a proxy server configured. How can I configure a proxy server, username and password so I can install the autosave server? Thanks

NV commented 12 years ago

npm install can take a folder as an argument. http://npmjs.org/doc/install.html.

You can upload the content of the repository to server and than run:

npm install -g path/to/chrome-devtools-autosave-server
andytorres commented 12 years ago

I di what you told me, but now I'm getting an error when it tries to get from https://registry.npmjs.org/commander. I think it may be a problem with a dependency in its package.json: "commander": "0.5.x" How can I fix this? Can I install commander with npm folder?

NV commented 12 years ago

Duplicate of NV/chrome-devtools-autosave-server#17.