sakai-vue-cli icon indicating copy to clipboard operation
sakai-vue-cli copied to clipboard

Failed to install with node 16 LTS on Win11

Open clabnet opened this issue 3 years ago • 2 comments

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

clabnet avatar Dec 16 '21 14:12 clabnet

Same on node 16 LTS on Win10

ClausElmann avatar Dec 17 '21 18:12 ClausElmann

Is this problem still persist with the latest version?

tugcekucukoglu avatar Jan 25 '22 13:01 tugcekucukoglu