I am running ethereum project in my new macbook when i run npm start it's not working so i run the command to install lite-server but it's give me the error.
I find the solution.
1 step: delete node_module and package-lock.json.
2 step: open terminal in that file and run npm install.
3 step: build your project and run npm start.
I am running ethereum project in my new macbook when i run npm start it's not working so i run the command to install lite-server but it's give me the error.
below is my package.json
Environment
lite-server
version: 2.3.0nodejs
version: 16.13.0npm
version: 8.1.0: