rocjs / roc

🐦 Modern JavaScript Development Ecosystem
MIT License
425 stars 23 forks source link

roc dev does not work #129

Closed devdavidkarlsson closed 8 years ago

devdavidkarlsson commented 8 years ago

After creating a new project and "cd-ing" roc dev did not work. Is npm install required before roc dev?

Did not understand dev - Did you mean new

dlmr commented 8 years ago

Yes.

Roc loads additional commands based on the dependencies that you have installed. npm install should fix this.

dlmr commented 8 years ago

I will go ahead and close this issue.

If you have additional questions or problems please open another issue! :)