bclozel / gulp-cram

Gulp plugin - assemble resources using cujoJS cram
MIT License
7 stars 2 forks source link

Same issue, ssjs curl is missing #4

Closed gogamoga closed 10 years ago

gogamoga commented 10 years ago

Seems like npm is having troubles with installing the deps. I am unsure already if its my machine that is freaking out or the gulp-cram is not ready yet and i am being impatient :P

gogamoga commented 10 years ago

cram 0.8.0 comes with amd_modules but the 0.8.1 seems to have been published without them

gogamoga commented 10 years ago

sudo npm cache clean solves it.

bclozel commented 10 years ago

Hi @gogamoga - I had this issue also; it looks like npm is not always honoring cram's preinstall script (or maybe it's bower's fault).

gogamoga commented 10 years ago

we still have issues with cram 0.8.1 stealing arguments from gulp, but John said hes going to fix this today.

bclozel commented 10 years ago

Oh yes, that's why I can't run tests in my favorite IDE (it's running mocha on the command-line). Thanks for the info!

gogamoga commented 10 years ago

you can use my fork for now if you want. https://github.com/gogamoga/cram/pull/1

gogamoga commented 10 years ago

Update: don't use my fork, John has finished refactoring. Working non args stealing version is in dev branch https://github.com/cujojs/cram/tree/dev