dependencies
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 ^^
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 ^^