Account created on 13 March 2023, over 1 year ago
#

Recent comments

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)
...
}

Production build 0.71.5 2024