-
Notifications
You must be signed in to change notification settings - Fork 12k
UNMET PEER DEPENDENCY [email protected] #1737
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
angular-cli: 1.0.0-beta.11-webpack.2 |
Hi, something does not work? I have the same warning, but app runs fine. |
Just done some testing and the app does seem to run ok. |
I think this is a spurious message because of unfixed messiness in the various underlying libraries. Once the versions stabilize (i.e.. the various libraries are updated and reconciled to agree on what TypeScript version they want), these messages should go away. In the meantime, I've been using TypeScript 2.0.0 and getting good results, while ignoring messages that complain about an UNMET PEER DEPENDENCY for something that is sitting right there... |
+1 |
Peer dependency warning will be around for a bit while the ecosystem adapts to the new Typescript and Node versions. They should be warnings however, not errors - try updating to NPM3 and they should be listed as warnings. |
I have npm3 but these show as ERRors not warnings:
Am I missing something, or do I still just ignore this? |
same here... |
Try to update to the latest version |
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. |
Linux Mint
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:1.0.0-beta.11-webpack.2
do on your code? etc.
This is an app created using angular-cli. All I am doing is running
npm install
more information.
UNMET PEER DEPENDENCY [email protected]
Here's the result of
npm list typescript
The text was updated successfully, but these errors were encountered: