Note: Because this project was made before node version 17, it has a problem when you have the latest version of node
Reason For The Error In Node.js v17, the Node.js developers closed a security hole in the SSL provider. This fix was a breaking change that corresponded with similar breaking changes in the SSL packages in NPM. When you attempt to use SSL in Node.js v17 or later without also upgrading those SSL packages in your package.json, then you will see this error. Source: StackOverflow
Solution:
- You downgrade your version of Node to version 16.13.0
This error shouldn't affect yarn users
npm install
npm run serve
npm run build
npm run lint