CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

clever install clever-orm fails #68

Closed g1205610 closed 9 years ago

g1205610 commented 9 years ago

$ node --version v0.10.38 $ cd test001038/backend/modules/ $ clever install clever-orm Attempting to install clever-orm... ✔ Found CleverStack Backend (node-seed) in /Users/xxx/test001038/backend... ├── Searching for modules... ├── Searching NPM... ├── Searching Bower... ├── ⚠ Installing clever-orm... ├── Installing NPM modules for clever-orm... ✔ Successfully installed clever-orm... ├── Installing module peerDependencies... ├── ⚠ Running grunt tasks for module clever-orm... ReferenceError: runTask is not defined

pilsy commented 9 years ago

What version of the cleverstack cli? clever -V

g1205610 commented 9 years ago

It's version 1.2.6, current from npm.

pilsy commented 9 years ago

I believe i have fixed the issues in Release 1.2.7 - can you please run npm install -g cleverstack-cli and try again?

Also, if your running that on linux/mac then you may need to use sudo

g1205610 commented 9 years ago

Node is installed in ~/node, so no sudo is required. Fix confirmed! Thanks for your effort.