-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colon in file name fails on Windows #18
Comments
+1 - I got the same problem here. Any ideas how to work around this? I'd love using nodeload on my Windows system! |
Sorry, no. I'm just using request from mikeal now. |
Yeah. Sigh :( Guess I'm gonna fall back something like that as well :/ Also I have to say I have been much less worried about performance since I installed nodetime (https://nodetime.com/) and started monitoring our app with that. |
Hey guys. Thanks for writing and for the interest in nodeload. Nodeload isn't being actively developed at this point. Feel free to fork and run with it. I should update the READ doc saying as much. |
Thanks for the update! I definitely suggest updating the read file. If anyone is gonna fork, please let us know! |
This thing has been forked enough already. I patched nodeload.js and made a gist. Hopefully someone will take this work and integrate it into an active fork. If you really want this to work on Windows, you can download the repository as a zip: and then replace nodeload.js with this patched file: I basically just stripped the bad characters out of the return of |
Failure
npm install nodeload
fails withnpm ERR! Error: ENOENT, open 'C:\Users\Hans\AppData\Local\Temp\npm-1340271001668\1340271001668-0.7088631778024137\package\results-2012-02-01T05:32:46.827Z-stats .log'
Error
verbose unpack C:\Users\Hans\AppData\Local\Temp\npm-1340271990814\1340271990814-0.479529005009681\tmp.tgz
failed to unpack the fileresults-2012-02-01T05:32:46.827Z-stats.log
Fault
Colons (
:
) in the name of the fileresults-2012-02-01T05:32:46.827Z-stats.log
makes it invalid in NTFS.The text was updated successfully, but these errors were encountered: