-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
wrong engines in package.json
"engines": {
"node": "^6.2.2",
"npm": "^3.9.5"
},
so during install i got:
yarn install v1.3.2
warning package.json: "dependencies" has dependency "babel-core" with range "^6.18.2" that collides with a dependency in "devDependencies" of the same name with version "^6.6.5"
warning package.json: "dependencies" has dependency "babel-preset-es2015" with range "^6.18.0" that collides with a dependency in "devDependencies" of the same name with version "^6.6.0"
info No lockfile found.
warning angular-fullstack-generator@0.0.0: "dependencies" has dependency "babel-core" with range "^6.18.2" that collides with a dependency in "devDependencies" of the same name with version "^6.6.5"
warning angular-fullstack-generator@0.0.0: "dependencies" has dependency "babel-preset-es2015" with range "^6.18.0" that collides with a dependency in "devDependencies" of the same name with version "^6.6.0"
[1/5] 🔍 Validating package.json...
error angular-fullstack-generator@0.0.0: The engine "node" is incompatible with this module. Expected version "^6.2.2".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Item | Version |
---|---|
generator-angular-fullstack | 5.0.0-rc.0 |
Node | 8.9.4 |
npm | 5.6.0 |
Operating System | OS X 10.11.2 |