-
Notifications
You must be signed in to change notification settings - Fork 12k
Install angular CLI ends with Warning #4505
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
Comments
|
Did you install globally? The rxjs is only needed locally in the app itself (in the package.json), hence the warning. |
@MarcelCorleone Yes, i installed globally. package.json looks good. Means i can get ignore the warning? |
@sandrobirke run command "npm ls rxjs" |
@sandrobirke Yes. Refer to this: #4357 |
@sandrobirke Do you still have an issue with this ? If not, as a common curtesy, could you please close the issue ? |
@sandrobirke Still having this problem ? Did you try with the latest, such as |
This has been fixed since. Sorry about 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. |
OS?
Versions.
@angular/cli: 1.0.0-beta.30
node: 7.5.0
os: darwin x64
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
After Install the following Warning in Terminal:
npm WARN @angular/[email protected] requires a peer of rxjs@^5.0.1 but none was installed.
How can i fix it? Every Results from google failed
The text was updated successfully, but these errors were encountered: