Vscode-code-runner: When [Running] javascript code

Created on 27 Mar 2018  Â·  2Comments  Â·  Source: formulahendry/vscode-code-runner

[Running] node "d:\DEVELOPER\FRONTEND\JS\On Kantor lesson\main.jsx"
"node" �� ���� ����७��� ��� ���譥�
��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.

[Done] exited with code=1 in 0.039 seconds

what to do ???

question

Most helpful comment

To avoid the messy code, please use bellow setting:

{
    "code-runner.runInTerminal": true
}

BTW, I guess the Node.js is not installed or Node interpreter is not set in your PATH environment variables.

All 2 comments

To avoid the messy code, please use bellow setting:

{
    "code-runner.runInTerminal": true
}

BTW, I guess the Node.js is not installed or Node interpreter is not set in your PATH environment variables.

thank you)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

N2ITN picture N2ITN  Â·  5Comments

Kelo007 picture Kelo007  Â·  3Comments

rickmed picture rickmed  Â·  4Comments

rana picture rana  Â·  5Comments

seiferthan picture seiferthan  Â·  4Comments