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:
- [Solved] VUE D:\project\vueProject\vue-02\src\components\hello.vue 5:5 error Parsing error: x-invalid-end-tag
- [Solved] Vue project configurate test environment and package error
- [Solved] Vue Project Error: error ‘v-model‘ directives require no argument vue/valid-v-model
- [Solved] Vue project deploys nginx to refresh the interface 404 Error
- Vue scaffold creation project and run error [Solved]
- VScode vue3 Project vetur Error [How to Solve]
- [Solved] Vue Project Startup Error: getaddrinfo ENOTFOUND xxx
- [Solved] Error spawn CMD enoent errno when starting Vue project: – 4058
- [Solved] Vue Project Error: This relative module was not found
- [Solved] Vue Project Error: Arrow function should not return assignment
- [Solved] Vue Start Project Error: ValidationError: webpack Dev Server Invalid Options
- [Solved] Vue Project Start Error: Support for the experimental syntax ‘jsx‘ isn‘t currently enabled
- How to Solve Vue project Startup Error (Node Upgrade issue)
- [Solved] Vue Project Modify Page Error: CALL_AND_RETRY_LAST Allocation failed – JavaScript heap out of memory
- [Solved] Vue Project Error: “TypeError: Cannot read properties of undefined (reading ‘init‘)“
- The vue3 project Error: Cannot find module’vue-loader-v16/package.json’
- [Solved] Vue Project startup error: no eslint configuration found
- [Solved] Vue Less error: Webpack project report expected indentation of 0 spaces but found 2
- When starting Vue project: cannot find module ‘webpack cli/bin/config yargs’ error resolution
- VScode vue Project Error: Property ‘xxx‘ does not exist on type ‘CombinedVueInstance<{ readyOnly…Vetur(2339)