Closed englercj closed 10 years ago
Wow, really weird. I did a cache clean on npm (npm cache clean
) and the install worked O.o
Sorry about the trigger finger on the report!
That's weird - I tested on Win7x64 and it worked ok - Ill reboot to my Windows8x64 later and see if it happens there also
Thanks for the report
I don't think it was your repo, I think something strange happened with npm's cache. When I cleared npm's cache everything was fine.
Ok - I ll consider it a one-off. Are you @englercj still having problems any with watch BTW ?
Watch works fine, but I still get an issue with the builds stopping my grunt tasks on windows. I don't experience it on linux at all though.
Hmmm...shame & tough one - I've heard about windows file watching issues so I doubt its something specific with urequire, I guess it has to do with the underlying libraries.
Please do me a favor next time you dev and use urequire with the build.watch
option outside grunt (eg just export your 'min' config object from a .js module without the top level 'min' key) and see if it still does it... Then enable debugLevel:50
and see where it halts...
I am afraid I 've quit my old trusted Windows 2003 VM box about 2 years ago. I switched to a Kubuntu 12.4LTS VM, knowning very little about the pinguin back then, but I never looked back since... Im usually on a Dell Core i7 /8GB/SSD loaded with Windows 7/8 (that I only use only as a host to load drivers & play videos/music/games etc). The best part is I can boot my Kubuntu VM from the SSD on any host PC, not just my laptop ;-)
It does not work on OS X either https://github.com/anodynos/uRequire/issues/61. It must be somehow related to npm version. My OS X is using npm v2.x. My Ubuntu and Windows 10.beta use npm 1.x and I can install urequire
there.
Trying to install the latest version of
urequire
fails with the following error on Windows 8:Node versions:
This is for
urequire@0.6.9
. I do not get this error on linux.