Open andrewstec opened 4 years ago
Node-sass will not compile in OS/X Catalina 10.15.3 without upgrading the NPM package version:
After running npm update node-sass, I can successfully build:
npm update node-sass
After running the update command, I can successfully run npm run dev:
npm run dev
NOTE: I am running Node v12.13.0.
Node-sass will not compile in OS/X Catalina 10.15.3 without upgrading the NPM package version:
After running
npm update node-sass
, I can successfully build:After running the update command, I can successfully run
npm run dev
:NOTE: I am running Node v12.13.0.