简体   繁体   English

无法在WebStorm中创建Express应用

[英]Unable to create an Express app in WebStorm

I tried to create the node application in this directory: C:\\Users\\VINOTH RAVI\\WebstormProjects but I'm not able to create the nodejs app. 我试图在以下目录中创建节点应用程序: C:\\ Users \\ VINOTH RAVI \\ WebstormProjects,但无法创建nodejs应用程序。 I enclosed the error. 我附上了错误。

Can anyone solve this issue? 谁能解决这个问题?

看这里

I think this problem has already been flagged on IntelliJ's support site. 我认为这个问题已经在IntelliJ的支持站点上进行了标记。

Here is a link to the answer: 这是答案的链接:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000137190-Create-express-4-15-project-fails-?page=1#community_comment_115000174210 https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000137190-Create-express-4-15-project-fails-?page=1#community_comment_115000174210

  1. npm install -g express-generator npm install -g express-generator

  2. express <project_name>

  3. cd <project_name> , npm install cd <project_name>npm install

  4. in webstorm, File | 在webstorm中,文件| open, choose <project_name> folder 打开,选择<project_name>文件夹

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

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