expressjs / generator

Express' application generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sass instead of node-sass

saeedhei opened this issue · comments

Express application generator is using node-sass and is old and not work in Ubuntu server with new node.js.
Please update Express application generator with new sass npm.

Same issue, express generator uses "node-sass-middleware": "0.11.0" that dependent on 'node-sass': '^4.3.0' that is incompatible with node versions newer than node v14