-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
npm install purecss
Fails on windows 10
#647
Comments
Does this happen with any other packages? I do not have Windows so its hard for me to test. If anyone else with Windows could test this out, that would help. |
no,it does not happens with any other packages. |
Looks like this is related to graceful-fs library? I'm not sure there is much that can be done here. |
I have tested this on Windows 10 with Node.js 9.1.0, and cannot reproduce this issue with npm 5.5.1 and Yarn 1.3.2. (I used |
@Calinou thanks for testing. can you try on node 6 and 8 as well? |
I just tested it on Node.js 6.12.0 and 8.9.1, and it works. |
I just tried this and got the same failure. Updating Node.js didn't help. I narrowed it down in your devDependencies to |
Description
npm install purecss
Fails on windows 10I tried open cmd as adminastrator and change permissions for node_module folder,but still fails...
Log
The text was updated successfully, but these errors were encountered: