You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error appear from a fresh install, I've tried with different versions of node and yo.
nvm install v6.1.0
npm install -g yo generator-gruntplugin
mkdir grunt-food &&cd grunt-food
yo gruntplugin
(node:9751) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
undefined
For more information about Grunt plugin best practices,
please see the docs at http://gruntjs.com/creating-plugins
? Plugin Name grunt-food
/home/bertrand/.nvm/versions/node/v6.1.0/lib/node_modules/yo/node_modules/rx/dist/rx.js:77
throw e;
^
grunt-food
I'm unable to run the generator, rx.js throws without any details:
The error appear from a fresh install, I've tried with different versions of
node
andyo
.The text was updated successfully, but these errors were encountered: