javascript - NodeJS Core Modules not appearing in External Libraries (WebStorm) -


i extremely new nodejs , webstorm, i'm following tutorial express app.

in tutorial, whenever creates new nodejs express app, prompted "configure nodejs core module sources" url nodejs.org appears - stage not happen me - goes ahead , creates project.

this means "external libraries" folder empty, when should have of nodejs core modules in it.

is there step missing?

any , appreciated - thanks!

'local' libraries (files/folders located in project directory , configured libraries, node_modules), node.js core library, don't appear in 'external libraries'. check if node.js core library set up, open settings | languages & frameworks | node.js , npm - see node.js core library enabled there?

enter image description here


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -