Reputation: 1759
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:
As you can see from the image above, those are fake errors. Any ideas?
Upvotes: 1
Views: 140
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...
Upvotes: 2