-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Tracking: Warnings on console from npm install
#3889
Comments
Current status of dependencies (as of version 1.0.0-beta.26)
node-sass has node-gyp as a local dependency while it prefers to be a global dependency (code here) |
@Brocco If we update protractor to 5, would that work? |
@hansl unfortunately not, both protractor and jasminewd have their versions of jasmine pinned to v2.4.1, even in release v5.0.0 The good news is that there are no documented breaking changes in jasmine between v2.4.1 and v2.5.3 so the upgrades should be seemless |
There is a remaining warning about a package that prefers to be installed globally (node-gyp) npm WARN prefer global [email protected] should be installed with -g This is a dependency of of node-sass. |
#4575 [beta.31] npm WARN at installation in global |
At this point the only warning on installation (global or local) is when installing within a project there is a warning that |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
We should not have warnings on the command line when people create a new project and
npm install
.The text was updated successfully, but these errors were encountered: