- Issue created by @calbasi
- 🇦🇲Armenia Gororoik
I fixed it bro, it is new version of npm sass, u need to just downgrade it.
sudo npm install -g sass@1.58.3
sudo npm install --save-dev sass@1.58.3
then run it
that's help for me If you have a this issue, you are using older Node.js version (<14).
Delete ~ or ^ sign from package.json file.Use like this
"devDependencies": {
...
"sass": "^1.27.0" (Wrong)
"sass": "1.27.0" (True)
...
}- 🇮🇳India ravi kant Jaipur
I did not face this type error.
I am using as -
Node : v16.18.1
NPM : 8.19.2
gulp CLI version: 2.3.0All working as accepted with default files in version 5.0.6.
@calbasi Are you still facing this type error?