$ gulp internal/modules/cjs/loader.js:583 throw err; ^ Error: Cannot find module 'gulp-sass' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (C:\OSPanel\domains\store.loc\gulpfile.js:4:20) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) 
  • Well, you can write the following in plaintext: Error: Cannot find module 'gulp-sass'. Make sure that this module is present, and install if absent. - Hikikomori
  • Thank. Please help me how to do this? - asd-python_01 '12

1 answer 1

 npm install gulp-sass --save-dev 
  • thank you so much - asd-python_01 '12:50