Make sure the project path doesn't contain character hash (#). This will cause webpack build error.
Use following exact node.js and npm version if you face any error with latest node.js and npm version.
"engines": {
"node": "14.21.1",
"npm": "6.14.17"
}