webpack
windows
Delete the entire node-modules folder
and then try npm I again
your error report has nothing to do with node-sass
is a problem with another dependency package
did you install node-sass successfully? I feel like you didn't install it successfully.
try installing it with cnpm.
npm install -g cnpm
cnpm install sass-loader node-sass --save-dev
Previous: How does the second interface of promise use the data returned by the first interface?
Next: When gulp compiles and packages with watch, how to tell that a folder in dist is empty?