btford / grunt-google-cdn

58 stars 50 forks source link

When run task I get error - Cannot find module chalk. #56

Closed gintsgints closed 10 years ago

gintsgints commented 10 years ago

My old project has upgraded grunt-google-cdn from 0.4.1 to 0.4.2 and I get this issue now.

Error shows up when I try to run task - cdnify

When I downgrade problem disappears.

reda-alaoui commented 10 years ago

Same here. Downgraded to 0.4.1 also and it solved the issue.

gvanderploeg commented 10 years ago

Seems to be caused by a 'devDependency' on chalk while the module is actually used in production code (not only 'dev'): 8533d0c2e5a9660f3fa261

passy commented 10 years ago

Fixed with 0.4.3, thanks for the report!