+ 18
How to make a environment for javascript in visual studio code editor
My editor says that "cannot find runtime'node' on PATH. Is 'node' istalled?
13 Answers
+ 12
Hope this helps :)
https://code.visualstudio.com/docs/languages/javascript
+ 7
Logomonic Learning yeah bro
+ 3
Edit <script> tag
+ 1
1. Create an HTML file
2. Get the extension: https://marketplace.visualstudio.com/items?itemName=tht13.html-preview-vscode
3. Use the <script> tag for js code
Note: Some methods and actions will be disabled for "security"
Node isn't a requirement (so far)
+ 1
vs code
easy just name the file hello.js
+ 1
Do you mean be able to run js in the vs terminal?
+ 1
install node.js from their official website
then install npm in the installation.
+ 1
Can someone please teach me how to code
I don't wanna be a loser
0
Node ja has a packahe called virtual_env
0
Download some js extension to write & format code perfectly.
https://code.visualstudio.com/docs/languages/javascript
0
You use js tag
0
You'll need to install nodejs which comes with npm.
After installing type node in the terminal. To run it In visual studio, press ctrl+j to open up it's terminal.