error Couldn't find a package.json file in
解决方法:首先初始化,再安装相应的文件
(1). npm init -f //强迫初始化文件
(2). npm install bluebird --save

相关文章:

  • 2021-04-24
  • 2021-10-28
  • 2022-02-04
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2021-10-03
猜你喜欢
  • 2021-08-09
  • 2021-10-21
  • 2021-10-07
  • 2021-11-09
  • 2022-01-24
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案