首页 > 编程语言 >node 下载安装包出错

node 下载安装包出错

时间:2023-09-25 16:45:29浏览次数:42  
标签:node npm 出错 下载安装 解决 安装

1. 不知道为什么,安装就出错,试了好几种方式 终于好了记录一下

 解决:
前置条件:node

 1.

1>  npm config set legacy-peer-deps true
2>  npm cache clean --force

然后用npm install 安装就行
2. 启动的时候又报了如下的错误

 2.解决:

npm i [email protected]

然后在npm run dev 就成功解决了 欧耶!

 

标签:node,npm,出错,下载安装,解决,安装
From: https://www.cnblogs.com/moon-yyl/p/17728255.html

相关文章

  • 使用node整理每日待办
    使用node整理每日待办项目结构node代码constfs=require("fs");constpath=require("path");/***@description使用node脚本编写博客待办因为每天想干的事情都不确定,无序完成一些任务,完成的任务后面都会添加链接......
  • tesseract-ocr下载安装与配置
    tesseract-ocr下载安装与配置 1:下载地址:https://digi.bib.uni-mannheim.de/tesseract/......
  • 阿波罗H743开发板串口下载0KB出错,使用STLINK解决方法
    导师那边的博后给了一块正点原子的阿波罗H743(非常不好意思地花了人家600+,我还以为是实验室那边本来就有的开发板给我学习呢,结果给我买了全新的还带一个wifi模块,越发觉得任重道远今天尝试连电脑使用,并按照原子那边的教程用flyMCU下载hex文件,反正就是用它一下载,第一遍烧录可以,第二......
  • openwrt编译make menuconfig出错
    make:***Noruletomaketarget'menuconfig'.Stop.原因环境不是完整编译环境,而是imagebuilder环境如解压的openwrt-imagebuilder-23.05.0-rc3-ramips-mt7620.Linux-x86_64.tar.xz解决方案使用完整环境gitclonehttps://git.openwrt.org/openwrt/openwrt.gitref[......
  • crash —— 获取系统NODE、ZONE、SECTION、MEMBLOCK等信息
    crash>kmem-nNODESIZEPGLIST_DATABOOTMEM_DATANODE_ZONES0100925439ffff88e03ffc1000----ffff88e03ffc1000ffff88e03ffc5000......
  • Could not open client transport with JDBC Uri: jdbc:hive2://node1:10000: java.n
    今天发现连接beeline是时候连接不上,不应该啊昨晚还可以的qaq  破案了,我启动了metastore之后忘记去启动hiveserver2hiveserver2都没启动能连上就怪了 一定一定要记得启动顺序!!!hadoop+metastore+hiveserver2+beeline ......
  • 在操作过程中遇到Attempting to operate on hdfs namenode as root报错
    在操作过程中遇到Attemptingtooperateonhdfsnamenodeasroot报错HDFS格式化后启动dfs出现以下错误:[root@hadoop101sbin]#start-dfs.shStartingnamenodeson[hadoop101]ERROR:AttemptingtooperateonhdfsnamenodeasrootERROR:butthereisnoHDFS_NAMENO......
  • nodejs 字符串、数组、对象之间的相互转换
    vararr=['a','b','李四']varstr=JSON.stringify(arr)console.log(typeofstr)varobj={name:'liuneng',age:56,sex:'女'}varstr1=JSON.stringify(obj)console.log(typeofstr1)//字符串转对象//对字符串要求很高,需要单引号包住双......
  • 解决:[email protected] requires a peer of node-sass@^4.0.0 but none is installed.
    参考:https://blog.csdn.net/hancoder/article/details/113821646去https://github.com/sass/npnode-sass或者https://github.com/sass/node-sass/releases都可以看到node和node-sass对应的版本信息npmconfigsetregistryhttp://registry.npm.taobao.org/npminstall......
  • vscode下载安装
    vscode官网下载下载不下来,还以为是我网络的问题。看图这是因为我们都是从一下此处下载但是就会出现上面情况解决办法:One:Two:Nice!!!......