Skip to content

PeerDependencies requirements failure on beta.15 #2304

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

Closed
igorzg opened this issue Sep 23, 2016 · 5 comments
Closed

PeerDependencies requirements failure on beta.15 #2304

igorzg opened this issue Sep 23, 2016 · 5 comments

Comments

@igorzg
Copy link

igorzg commented Sep 23, 2016

Please provide us with the following information:

  1. Ubuntu 14.04 server
  2. Versions. Please run ng --version. If there's nothing outputted, please run
    in a Terminal: node --version and paste the result here:
    angular-cli: 1.0.0-beta.15
    node: 6.6.0
    os: linux x64
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants webpack@*
npm ERR! peerinvalid Peer [email protected] wants webpack@^1.1.0 || ^2 || ^2.1.0-beta
npm ERR! peerinvalid Peer [email protected] wants webpack@^1.12.6 || ^2.1.0-beta
npm ERR! peerinvalid Peer [email protected] wants webpack@1 || 2 || ^2.0.0-beta || ^2.1.0-beta
npm ERR! peerinvalid Peer [email protected] wants webpack@^2.1.0-beta
@ValeryVS
Copy link
Contributor

ValeryVS commented Sep 23, 2016

It is looks like you have local node_modules/.bin in your path.
Duplicate of #2179

@nathanBrenner
Copy link

nathanBrenner commented Sep 23, 2016

I've got this error on circleCI. Everything seems to be working fine working from it locally, haven't changed anything yet in the project. The build just fails on the CI. On my computer:

CircleCI is running with Ubuntu 14.04 (Trusty)

angular-cli: 1.0.0-beta.15
node: 6.6.0
os: darwin x64

Update: I added npm install npm@latest -g command to the predependancy commands, so it's succeeding on the npm install bit, but getting timed out on the npm test command. All the 3 unit tests are showing a success, it just isn't moving on.

@JohannesRudolph
Copy link
Contributor

@nathan-j-brenner try running ng test --watch false, by default it will watch for changes and thus won't exit ;-)

@filipesilva
Copy link
Contributor

Duplicate of #2179 as the source cause.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants