Open pipozoft opened 8 years ago
Hi @pipozoft !
Which NodeJS/NPM version have you ?
node -v v5.7.0 npm -v 3.6.0
@Yago that's what I'm using
It seems that slug.js is the problem. We use it to fits your project's name with the package.json name format. Try with a simple name, maybe it will solve your issue :sweat_smile:
@Yago I tried yo toolbox test
and it fails with the same error :/
@pipozoft Get the same issue, using version of Node7 or less.
For now, it only works with Node8+. We added this informations on the documentation.
https://frontend.github.io/toolbox/getting-started/
Before you can run the generator, you need to make sure you have the latest version of Yeoman installed and Node v8 installed.
Let us know if you get another issue after upgrading your node version.
I'm getting this error when I'm tying to run
yo toolbox
Any ideas?
Thanks