Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 302 Bytes

NOTES.md

File metadata and controls

14 lines (10 loc) · 302 Bytes

Path issue

Make sure the project path doesn't contain character hash (#). This will cause webpack build error.

Environments

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"
}