gulp-csscss icon indicating copy to clipboard operation
gulp-csscss copied to clipboard

dependencies

Open natael opened this issue 11 years ago • 1 comments

hi,

tried to install the gulp-csscss module with npm and implemented it in my gulpfile. npm didnt install any dependencies, so it threw an error due to missing modules.

moved "dargs", "win-spawn", "temp-write", "through2", "which" and "gulp-util" in "dependencies" in the package.json and installed it with "npm install --production" and it worked.

(sorry in my last message i thought only dargs was missing, but i did a normal npm install, and it installed all dependencies)

or maybe i did something wrong ^^

natael avatar Mar 04 '14 07:03 natael

hi, natael.

i'm sorry for the late reply and thank you for your pointing out.

i fixed dependecies in the package.json and "npm publish" i confirmed install gulp-csscss correctly. thank you in the future ^^

morishxt avatar Mar 10 '14 18:03 morishxt