我正在尝试按书阅读:
http://addyosmani.github.io/backbone-fundamentals/#creating-a-new-project
使用 grunt-bbb。
但不能让它工作。我在 Windows 上使用 cygwin。
当我跑
bbb init
我明白了
-bash: bbb: command not found
在此之前我正在安装,如果我尝试安装,它看起来没问题:
$ npm install -g bbb
npm http GET https://registry.npmjs.org/bbb
npm http 304 https://registry.npmjs.org/bbb
npm WARN package.json bbb@1.0.0-wip No README.md file found!
bbb@1.0.0-wip C:\Users\Darius\AppData\Roaming\npm\node_modules\bbb
我怎样才能解决这个问题?