安装react-touter-dom时出现run `npm audit fix` to fix them, or `npm audit` for details

npm安装react-router-dom的时候,终端显示run npm audit fix to fix them, or npm audit for details。在网上查找解决方法记录如下:

首先提示内容:
安装react-touter-dom时出现run `npm audit fix` to fix them, or `npm audit` for details_第1张图片
第一步尝试:终端输入npm audit fix后:
安装react-touter-dom时出现run `npm audit fix` to fix them, or `npm audit` for details_第2张图片
第二步:npm fund
安装react-touter-dom时出现run `npm audit fix` to fix them, or `npm audit` for details_第3张图片
这应该就是好了吧。。。
并没有好用!重启项目后发现报错:
安装react-touter-dom时出现run `npm audit fix` to fix them, or `npm audit` for details_第4张图片
最后查了一下可能是因为我之前运行这个项目的电脑的Node是8.几版本的,而我现在的电脑是10.几版本的,所以可能出现了问题,我又重新创建了新的项目,将代码转移到新的项目上面,再重新试一下刚开始的npm

最后!!还是重新将代码转移到了我新建的项目上去了。npm下载完成后,重启项目没有报错。

你可能感兴趣的:(学习笔记)