The Bootstrap generator crashes when generating a template with vanilla CSS.
Steps to reproduce:
$ npm install generator-bootstrap
$ yo bootstrap
Would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)?
$ n
Error: ENOENT, no such file or directory '/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/templates/bootstrap.css'
at Object.fs.openSync (fs.js:338:18)
at Generator.bootstrapFiles (/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/index.js:52:10)
Looks like it doesn't pull in vanilla Bootstrap files.
There has been some refactoring to this generator. It should be fixed in the next release. You could use npm install yeoman/generator-bootstrap to install the generator directly from github.
The Bootstrap generator crashes when generating a template with vanilla CSS.
Steps to reproduce:
Error: ENOENT, no such file or directory '/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/templates/bootstrap.css' at Object.fs.openSync (fs.js:338:18)
at Generator.bootstrapFiles (/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/index.js:52:10)
Looks like it doesn't pull in vanilla Bootstrap files.
generator-bootstrap@0.1.0