Configuring WebStorm + Node.js development environment

1 Download:

   webstorm:https://www.jetbrains.com/webstorm/

   node.js:https://nodejs.org/zh-cn/

2 Install node.js
can enter cmd to open the command node -v view node version to see if the installation was successful.

3 installation configuration webstorm

After installation, the configuration process is as follows:

3.1 File-> setting input node.js

Interpreter Configuring the Node Here Insert Picture Description
  
3.2 node.js configuration of source code

3.3 test whether the code can run the node.js
Here Insert Picture Description

Published 10 original articles · won praise 0 · Views 317

Guess you like

Origin blog.csdn.net/qq_30627241/article/details/104851887