Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Cannot find module 'gulp-minify-css'

Tags:

gulp

In fact, the module gulp-minify-css installed long ago, only the version is outdated.

This error crashes if new versions of installed modules. After the upgrade(re-installation) of the specified module everything works fine. Only if the modules of more than 10 pieces, have them update every. Tell me how to update everything.

like image 425
Proshka Avatar asked Oct 19 '25 01:10

Proshka


1 Answers

Use bellow commands (I have used in Ubuntu)

sudo npm install gulp-minify-css 

important :

sudo npm install 'modules to be install'
like image 156
Saphal Jha Avatar answered Oct 22 '25 06:10

Saphal Jha