Ahmed Aborady
Ahmed Aborady

Reputation: 63

Grunt Error Cannot find module 'win-spawn'

I just installed Generator-ionic in the folder where i genrated the app im trying to run grunt server i get this error Error: Cannot find module 'win-spawn'

Upvotes: 3

Views: 666

Answers (1)

Juliano
Juliano

Reputation: 2569

Not sure why the dependency is not being met, but it happened here too.

Solution:

npm install win-spawn

Edit: Generator-ionic team is aware of the issue: https://github.com/diegonetto/generator-ionic/issues/162

Upvotes: 4

Related Questions