Vue Project Error: Error from chokidar [How to Solve]

[ad_1]



The temporary solution is to enter the following command at the terminal, but this temporary change will not work after restarting the system.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

The reason for this is that the number of monitoring handles set by the Linux system is not enough, so you need to modify the limit.conf configuration file. vi Open /etc/security/limit.conf and then modify the number of monitoring handles.

*               soft    nofile         524288
*               hard    nofile         524288

: wq after saving and restarting, the problem is solved successfully.

Read More:


[ad_2]

Source link

Related Articles

Popular Now

Categories

ABOUT US

Dainikchorcha.com is a blog where we post blogs related to Web design and graphics. We offer a wide variety of high quality, unique and updated Responsive WordPress Themes and plugin to suit your needs.

Contact us: [email protected]

FOLLOW US