I got this error while executing the code , To resolve this error done the following steps:
1. Removed the node modules folder completely in project folder
2. Then in project terminal executed the following steps:
i. npm install
ii. npm install node
iii. npm install n -g
3. Run the project using the following command
npm run dev
No comments:
Post a Comment