Skip to content
Advertisement

Error “could not find node.js” in eclipse

I am trying to learn json handling with Python in the eclipse IDE. But whenever I try to make a json file in eclipse this error comes

enter image description here

I have the latest version of eclipse and I need help to resolve this error.

Advertisement

Answer

You are probably using the JSON editor from Eclipse Wild Web Developer which indeed requires Node.js to provide JSON support beyond syntax highlighting. Node.js is required to run the JSON language server like Java is required to run Eclipse.

You have the following options:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement