Closed peterpham closed 8 years ago
UPDATE: After upgrade yeoman from 1.5.0 to 1.5.1
npm install -g yo
I re-installed
npm install -g generator-mocha
npm install -g generator-backbone
I did get the following warnings
UNMET PEER DEPENDENCY generator-backbone-mocha@>=0.0.2
UNMET PEER DEPENDENCY generator-mocha@>=0.1.3
npm WARN EPEERINVALID generator-backbone@0.4.0 requires a peer of generator-mocha@>=0.1.3 but none was installed.
npm WARN EPEERINVALID generator-backbone@0.4.0 requires a peer of generator-backbone-mocha@>=0.0.2 but none was installed.
However, generator-backbone was still installed successfully. I was able to run
yo backbone
after this, everything seems to be working fine.
When running (Mac OS El Capitan)
npm install -g generator-backbone
It took a while and gave these following warnings:
After this, running the command yo backbone gave this
I believe that the warnings might have been occurred when installing generator-mocha, because running npm install -g generator-mocha gave me the same error
I repeated this so many times but it was unsuccessful.