简体   繁体   English

运行命令npm run dev时出错

[英]Error while running the command npm run dev

I am starting to do a new application for the first time and i installed git and node.js and set the path.. With the link from bitbucket i cloned the project then i gave npm install .. Upto this everything was fine but when i gave npm run dev , it was throwing this error: 我第一次开始做一个新的应用程序,我安装了git和node.js并设置了路径。通过bitbucket的链接,我克隆了项目,然后我进行了npm install ..到此为止一切都很好,但是当我给npm run dev ,它抛出了这个错误:

在此处输入图片说明

I think the issue was related to path and i don't know what to change in it. 我认为该问题与路径有关,我不知道该更改什么。 My path looks as below: 我的路径如下所示:

在此处输入图片说明

The other questions in the forums doesn't solve my issue. 论坛中的其他问题不能解决我的问题。

Try to remove the first ' ; 尝试删除第一个' ; ' in your PATH system environment variable. 在您的PATH系统环境变量中。 Check that your PATH does not end with ' ; 检查您的PATH是否不以' ;结尾 ' '

Check also that you don't have multiple value for ComSpec . 还要检查您是否没有ComSpec多个值 ( and no semicolon ) 并且没有分号

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM