generator-phaser-official icon indicating copy to clipboard operation
generator-phaser-official copied to clipboard

package.json dependencies deprecated

Open budda opened this issue 10 years ago • 1 comments

During installation npm suggests...

npm WARN peerDependencies The peer dependency yo@>=1.0.0 included from generator-phaser-official will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'

budda avatar Sep 26 '15 23:09 budda

:+1:

➜  yo --version
1.4.8
➜  sudo npm install -g generator-phaser-official
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
/usr/local/lib
├── [email protected]
└── UNMET PEER DEPENDENCY yo@>=1.0.0

npm WARN EPEERINVALID [email protected] requires a peer of yo@>=1.0.0 but none was installed.

syzer avatar Oct 05 '15 06:10 syzer