Open ShivamS136 opened 4 years ago
Hi, @ShivamS136! Thanks for using our products. Please be sure that you have latest versions of npm and nodejs.
Regards, Dragos
I'm getting this same error as well in the BLK PRO version. Really need a fix so that I can use the software I paid for. It may be a node version issue. Need an updated version of the BLK Pro using latest NodeJS version 14.
Environment: Win 10, Node v14.13
Hi @ShivamS136!
It seems to be related to the Gulp V4, downgrade Gulp version.
To downgrade you need to update your package.json with
"gulp": "^3.9.1",
And then remove node_module folder and reinstall npm packages
rm -rf node_modules
npm install
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
SCSS should be compiled and colors should have been changed in CSS files.
Current Behavior
First I was getting an error in gulp, I used
npm audit fix --force
then different error.Failure Information (for bugs)
Error before audit fix:
Error after audit fix:
Steps to Reproduce
Follow the guide given in build tool section of the kit.