run `npm fund` for details found 16 vulnerabilities (2 low, 8 moderate, 6 high) run `npm audit fi

输入

npm install

报错完整内容:

21 packages are looking for funding
  run `npm fund` for details

found 16 vulnerabilities (2 low, 8 moderate, 6 high)
  run `npm audit fix` to fix them, or `npm audit` for details

解决方法:

npm fund

执行成功后 npm run dev 运行即可

 

上一篇:python 使用BeautifulSoup爬取天天基金网主要数据


下一篇:常见基本回测指标(年化收益率,夏普率,最大回撤,β值,α值)的实现