Conor Burke
Conor Burke

Reputation: 319

Unresolved function or method in WebStorm 2017.2

I am trying out WebStorm but am getting annoying errors regarding unresolved function or method for both Express and core node methods.

I have enabled the Node.js core library and invalidated cache/restarted. Please see attached screenshot. Does anyone know how to make those incorrect error messages go away?

enter image description here

Upvotes: 2

Views: 4183

Answers (1)

lena
lena

Reputation: 93728

works for me

enter image description here

Do you have Node.js Core library enabled in Settings | Languages & Frameworks | Node.js and NPM? See https://www.jetbrains.com/help/webstorm/2017.2/node-js-and-npm.html, Code Assistance

Upvotes: 5

Related Questions