Top

FAQ


If you are facing this issues, then you might be running the older version of node, we recommend that you upgrade your node version and try running the project again.

Try the below given command

sudo sysctl fs.inotify.max_user_watches=524288

Run the following command in the terminal. Use the first command if you are a linux user and second command if you are windows user.

For Linux

NODE_OPTIONS=--max_old_space_size=4096 

For Window

set NODE_OPTIONS=--max_old_space_size=4096 

Follow the below Given Steps

Run this command first

npm cache clean --force

If still you are facing the same issue:

remove node_module and package-lock.json and then run below command:

npm install