
nodejs
S筱潇S四维Smile
代码搬运工~前端engineer
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue packages version mismatch If you are using vue-loader@>=10.0, simply update vue-template-compile
Vue packages version mismatch原创 2022-12-21 15:40:05 · 3791 阅读 · 0 评论 -
npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND
npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND原创 2022-08-02 15:52:34 · 7453 阅读 · 6 评论 -
npm报错Beginning October 4, 2021, all connections to the npm registry - including for package installa
npm报错Beginning October 4, 2021, all connections to the npm registry - including for package installa原创 2022-08-02 14:01:56 · 4669 阅读 · 0 评论 -
Module build failed: Error: Node Sass does not yet support your current environment:报错解决
Module build failed: Error: Node Sass does not yet support your current environment:报错解决原创 2022-08-02 14:04:32 · 9545 阅读 · 0 评论 -
ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.3/fse-v1.2.3-
npm install 时报错:原因:node版本太高,我的是v14.16.0。解决方案:换个低版本的node就行了,然后npm install后就可以了。现在低版本nodejs,重新安装即可https://nodejs.org/zh-cn/download/releases/原创 2021-02-24 18:06:17 · 1315 阅读 · 0 评论 -
(node:62099) ExperimentalWarning: The fs.promises API is experimental
bogon:~ dongxiao$ npm -v(node:62099) ExperimentalWarning: The fs.promises API is experimental7.5.4原因node的版本不是最新的,而在项目引入的模块是最新的下载最新的node.jshttps://nodejs.org/zh-cn/download/原创 2021-02-24 15:51:16 · 13526 阅读 · 2 评论