sakai-vue-cli
sakai-vue-cli copied to clipboard
Failed to install with node 16 LTS on Win11
This dependency was not found:
- core-js/modules/es.regexp.dot-all.js in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader-v16/dist??ref--1-1!./src/App.vue?vue&type=script&lang=js
To install it, you can run: npm install --save core-js/modules/es.regexp.dot-all.js
D:\Weblabs\VUE\sakai-vue>npm install --save core-js/modules/es.regexp.dot-all.js npm ERR! code ENOENT npm ERR! syscall open npm ERR! path D:\Weblabs\VUE\sakai-vue\core-js\modules\es.regexp.dot-all.js/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'D:\Weblabs\VUE\sakai-vue\core-js\modules\es.regexp.dot-all.js\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\claud\AppData\Local\npm-cache_logs\2021-12-16T14_36_19_371Z-debug.log
Same on node 16 LTS on Win10
Is this problem still persist with the latest version?