0

In my vs code when I write javascript and then I clicked run or write node main.js the vs code terminal externally on the new window cannot show any output.

In visual studio code settings I turned off window conpty setting and visual studio code preference settings but It cannot fix. So, How I can run code internally in vs code terminal.

enter image description here

1 Answer 1

1

The "gnode" you seem to be running, is not part of the official distribution of NodeJS. Someone similar with your problem (https://github.com/nodejs/help/issues/3670), found a solution by uninstalling whatever he had installed, and reinstalling the LTS version of node (https://nodejs.org/en/download/).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.