Answer the question
In order to leave comments, you need to log in
Why is bbb not installed?
I recently read in a book about the Backbone Boilerplate build generator and trying to execute the sudo npm install -g bbb
npm line in the terminal gave me an error:
npm WARN peerDependencies The peer dependency [email protected] included from bbb 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 peerDependencies The peer dependency [email protected] included from bbb 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 peerDependencies The peer dependency [email protected] included from bbb 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.
Answer the question
In order to leave comments, you need to log in
Fire! I installed the nvm softinka, with the help of which I reset the node version to 0.10, as a result of which the npm version was reset to 1.4. All packages downloaded without errors.
In npm 3, you need to manually set peerDependency. They have already been removed from
the backbone-boilerplate turnip .
You can install the version from turnip, not from npm. Or install the following modules manually:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question