This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use latest npm in AppVeyor #996
Comments
We have a suggestion from @FeodorFitsner not to use PowerShell to invoke npm. Any thought on that @am11 (we did to fix AppVeyor in c64d596) ? |
@saper, you are right. I think we need to change: - ps: npm install --msvs_version=2013 to: - npm install --msvs_version=2013 |
saper
added a commit
to saper/node-sass
that referenced
this issue
Jul 6, 2015
There might be issues with running npm under PS, therefore let's run npm under CMD. sass#996 http://help.appveyor.com/discussions/problems/2347-npm-275prefer-global-warning-causes-failure-command-executed-with-exception#comment_37223989 npm/npm#8517 Effectively reverts: sass#995
A hopefully proper fix for npm: npm/npm#8841 |
Fixed by 1024 |
Will be fixed in npm soon, hopefully :) |
This has been fixed upstream in npm 🎉 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For 3.2.0 we had to lock to npm@2.7.5 (#995) to work around an npm regression with Windows (npm/npm#8517).
Once this is resolved we should revert #995.
The text was updated successfully, but these errors were encountered: