无法在WebStorm中创建Express应用程序

时间:2017-10-19 11:58:28

标签: node.js express webstorm

我尝试在此目录中创建节点应用程序: C:\ Users \ VINOTH RAVI \ WebstormProjects 但我无法创建nodejs应用程序。 我附上了错误。

任何人都可以解决这个问题吗?

See here

1 个答案:

答案 0 :(得分:0)

我认为此问题已在IntelliJ的支持网站上标记。

以下是答案的链接:

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

  2. express <project_name>

  3. cd <project_name>npm install

  4. 在webstorm中,文件|打开,选择<project_name>文件夹