-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Windows 32bit fail on install #256
Comments
Strange. I don't get that for Windows x64. |
Looks like I have a VM for 32bit, investigating. |
Can't reproduce it on Vista 32bit in either Bash or command prompt. I did notice a weird path issue when I had "node_modules" folder above where I ran the install command.
Running |
I'm also unable to reproduce in Win7 32 bit. |
@andrew perhaps different install configuration can yield different results. |
I'm wondering what would happen if we changed the package.json install command to |
@ArcaneMainFrame acn you try this? |
@Quintinius can you try the previous command as well? |
I am still receiving the same error when installing. If it helps looking through the over issue #184 comments you can install it on -force and the plugin works perfectly fine.
The debug log is still showing the unsafe perm error. |
I'm curious what test is failing, since they rebuild shouldn't be triggered unless the pre-test fails. |
I believe the script is run regardless |
This is very weird. It worked the first time, now it wont work anymore.... |
@ArcaneMainFrame @Quintinius it seems like it might be caused by a corrupted npm dependency. From my VM which was failling, I ran Npm has had issues in the past few days which could explain this. Can we close this? |
@LaurentGoderre that doesn't solve the issue either. Though looking for this build.js file it is referencing it seems the plugin or npm, I can't tell which is in control of this, is looking for the build.js file in the C:/ and not where NPM/Node installs globally on the Windows machine. Moving the build.js out of NPM's folder to the C:/ got it past the build error and moved it to a different error still looking for these files in the C:/ directory instead of nodejs/npm/lib where they live. |
Hmmm, perhaps those were unrelated problems then. back to investigating. |
@ArcaneMainFrame would it be possible to give me some details about the paths where you run the failing command? |
Also, just to be sure, can you run |
The version is 0.10.24 from the end of the log ( |
The project is contained here in the folder structure: C:\Test But I have tried other various paths when trying to install this and short of me trying to install it within the node folder it always fails on that line. |
Did you try to install locally or globally? |
Locally |
I tried many ways to reproduce it without luck |
This is a similar issue and the fix was to uninstall node and re-install the newest version. Can you try that? |
I can't reproduce this either in a Windows 7 32bit VM.
|
The issue ended up being that if you change the default path in command line from C:\User\Username in regedit to C:\ it starts failing. By changing the path back to the default everything started working again. Thanks to everyone for helping with this. |
adding support for emscripten
running this from npm install yields this error on Windows 7 32bit. I can reproduce this error on two separate computers. Any insight as to what may be causing this?
It fails on node-sass@0.8.3 install
here is the debug read out from where the error starts:
The text was updated successfully, but these errors were encountered: