expressjs / generator

Express' application generator
MIT License
1.82k stars 544 forks source link

Running tests locally fails #308

Open p4nu opened 2 years ago

p4nu commented 2 years ago

This is due when node-sass-middleware version 0.11.0 is installing node-sass. This is now deprecated and should be updated to use dart-sass (currently named as sass) according to their official npm docs: https://www.npmjs.com/package/node-sass

https://www.npmjs.com/package/sass

image

Related to https://github.com/expressjs/generator/issues/296