Bug Report
I installed node version 14.17.5 (using nvm) and the wpgulp script does not complete a build uisng "npm start" anymore. Error: Cannot find module 'fs/promises' .
Apparently node-sass is deprecated and incompatible with the latest node versions.
Expected Behavior
Expected the script to complete.
Actual Behavior
Script produces error.
Steps to Reproduce
- switch to node 14.17.5
- run npm start
node -v: 14.17.5
npm -v: 6.14.14
Then, specify:
- Operating system: Ubuntu 18.04
Possible Solution
find an alternate to node-sass? maybe dart-sass?
Bug Report
I installed node version 14.17.5 (using nvm) and the wpgulp script does not complete a build uisng "npm start" anymore. Error: Cannot find module 'fs/promises' .
Apparently node-sass is deprecated and incompatible with the latest node versions.
Expected Behavior
Expected the script to complete.
Actual Behavior
Script produces error.
Steps to Reproduce
node -v: 14.17.5npm -v: 6.14.14Then, specify:
Possible Solution
find an alternate to node-sass? maybe dart-sass?