在Ubuntu下truffle unbox webpack,提示“Error: Truffle Box at URL https://github.com/truffle-box/webpack-box doesn’t exist. If you believe this is an error, please contact Truffle support.”
如图所示:
truffle unbox提示Error: Truffle Box at URL https://github.com/truffle-box/webpack-box done't exit

解决办法:使用另一种方式来unbox这个项目
命令:
1、$ git clone https://github.com/truffle-box/webpack-box
2、$ cd webpack-box

注意点:命令1中的链接要看界面提示的那个链接,得到的项目在webpack-box文件夹中。

如图所示:
truffle unbox提示Error: Truffle Box at URL https://github.com/truffle-box/webpack-box done't exit

相关文章:

  • 2021-04-30
  • 2021-05-20
  • 2021-11-24
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-12-02
  • 2021-08-28
  • 2021-08-04
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案