anderish
anderish

Reputation: 1759

WebStorm Node.Js Interpreter Issue

I am trying to use the WebStorm IDE for a node.js project. I have read the documentation and I think I have set everything up correctly. However, the IDE is giving me errors that aren't supposed to be errors. The program still perfectly fine event thought the IDE tells me there are errors:

enter image description here

As you can see from the image above, those are fake errors. Any ideas?

Upvotes: 1

Views: 140

Answers (1)

barry-johnson
barry-johnson

Reputation: 3224

If it runs fine but you are seeing alleged errors in the editor, you probably don't have the correct JS version set for the project. You can get there via Help...Find Action and the following images...

enter image description here

enter image description here

Upvotes: 2

Related Questions