在mac版idea中导入后端为SpringBoot框架的项目,前台为vue.需要安装node.js并执行两条命令来运行前台:
1、npm install --registry=https://registry.npm.taobao.org 注册淘宝
2、npm run dev 运行
vue启动中node.js命令终端包错提示Permission denied
如上图,执行到第二步的时候报错,经过一番查询最后解决办法是,用chmod 777 +绝对路径对相关文件进行授权,才能执行run命令。

相关文章:

  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-07-16
  • 2021-12-17
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
相关资源
相似解决方案