
Node.js
node.js相关笔记和报错解决方案
礼貌而已
行有不得,反求诸己
展开
-
pnpm装包报错Run “pnpm install“ to recreate the modules directory.
解决pnpm装包报错Run "pnpm install" to recreate the modules directory.原创 2023-07-09 11:52:30 · 3330 阅读 · 0 评论 -
To install them, you can run: npm install --save core-js/modules/es.array.concat.js core-js/modules/
解决npm装包报错:* core-js/modules/es.array.concat.js in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/layout/components原创 2023-03-28 11:18:02 · 4980 阅读 · 3 评论 -
解决sass-loader@13.2.0“ has unmet peer dependency “webpack@^5.0.0“
npm或yarn装包报错:sass-loader@13.2.0“ has unmet peer dependency “webpack@^5.0.0“原创 2023-03-17 20:57:13 · 3108 阅读 · 1 评论 -
解决Electron 安装报错,下载速度慢
electron安装报错,npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! electron@22.0.0 postinstall: `node install.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the electron@22.0.0 postinstall script.npm ERR! This is probably not a problem with npm. Ther原创 2022-12-09 10:01:11 · 3159 阅读 · 0 评论 -
npm 装包报错 npm ERR cb() never called npm ERR This is an error with npm itself. Please report this
npm ERR! cb() never called!npm RR! This is an error with npm itself. Please report this error at:npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! C:\Users\AppData\Roaming\npm-cache\_logs\2023-02-10原创 2023-02-10 20:39:23 · 11472 阅读 · 0 评论 -
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vue-ts-vite@0.0.0 dev: `vite` npm ERR! Exit statu
解决 npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! vue-ts-vite@0.0.0 dev: `vite`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the vue-ts-vite@0.0.0 dev script.npm ERR! This is probably not a problem with npm. There is likely additio原创 2023-02-14 13:34:57 · 10003 阅读 · 1 评论 -
nvm安装与使用详解(Window11)
图文详解,带你一把搞定nvm安装与使用,帮你安装多个node版本,并实现node版本的快速切换原创 2023-02-11 11:35:57 · 11956 阅读 · 24 评论