The previous chapter explains the two ways in which node. JS projects are created in Webstorm, and when the node. JS Project is created, the rest of it involves configuration setup work.
To ensure the code completion feature of the node. JS Global and node. JS core modules, open settings| Languages & Frameworks | Javascript| Libraries to set:
It is worth noting that Webstorm will recommend creating a JavaScript library that is dependent on node. JS and adding it to the list for code completion, syntax highlighting, navigation, and document lookups.
For the express framework, you can go directly through the Webstorm settings| Languages & Frameworks | Javascript| libraries-download-typescriptcommunitystubs-express complete the download.
Now that everything is ready, you can start node. JS project development in Webstorm.
Webstorm node. JS project configuration Tutorial-Project Settings