Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

cannot install node-load on windows #2882

Closed
osher opened this issue Oct 15, 2012 · 1 comment
Closed

cannot install node-load on windows #2882

osher opened this issue Oct 15, 2012 · 1 comment

Comments

@osher
Copy link

osher commented Oct 15, 2012

it appears that som log file name contains ":" wich is OK on linux, but not on windows.


D:\ws\proj1>npm install nodeload
npm http GET https://registry.npmjs.org/nodeload
npm http 200 https://registry.npmjs.org/nodeload
npm http GET https://registry.npmjs.org/nodeload/-/nodeload-0.4.0.tgz
npm http 200 https://registry.npmjs.org/nodeload/-/nodeload-0.4.0.tgz
npm ERR! Error: EINVAL, open 'C:\Temp\npm-2624\1350307183196-0.15028325188905\package\results-2012-02-01T05:32:46.827Z-stats.log'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Windows_NT 5.1.2600
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "nodeload"
npm ERR! cwd D:\ws\Evaluates\osg-web-chat
npm ERR! node -v v0.8.5
npm ERR! npm -v 1.1.46
npm ERR! path C:\Temp\npm-2624\1350307183196-0.15028325188905\package\results-2012-02-01T05:32:46.827Z-stats.log
npm ERR! code EINVAL
npm ERR! errno 18
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     D:\ws\Evaluates\osg-web-chat\npm-debug.log
npm ERR! not ok code 0

D:\ws\proj1>

@domenic
Copy link
Contributor

domenic commented Mar 25, 2013

This is an issue with the nodeload package; you should open an issue over there. You can see how they introduced this bug at benschmaus/nodeload@d0a7b4e

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

No branches or pull requests

2 participants