We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I clone this repo and run npm install --registry http://registry.npmjs.org/ In the end I got warnings:
npm install --registry http://registry.npmjs.org/
nodejs_1 | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): nodejs_1 | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) nodejs_1 | npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed. nodejs_1 | npm WARN @angular/[email protected] requires a peer of zone.js@^0.8.4 but none was installed. nodejs_1 | npm WARN [email protected] No description
As I know, I can skip warnings about optional dependencies. But what about @angular/[email protected] and zone.js@^0.8.4
@angular/[email protected]
zone.js@^0.8.4
The text was updated successfully, but these errors were encountered:
I use NPM 4.1.2 and Node 7.7.3
Sorry, something went wrong.
No branches or pull requests
I clone this repo and run
npm install --registry http://registry.npmjs.org/
In the end I got warnings:
As I know, I can skip warnings about optional dependencies. But what about
@angular/[email protected]
andzone.js@^0.8.4
The text was updated successfully, but these errors were encountered: