Home>Programming related>Other source code
code .


To exit the terminal type the command below

exit


Done!

Congratulations. ?



To open your project file again, find the folder and then right click -> open with -> Visual Studio Code then type the command below on your Visual Studio Code terminal.

npm run dev




? ? ? ? ? ? ? ? ? ? ?

Potential problems:

Node and npm still showing after uninstalling it with the commands.

sudo apt-get purge --auto-remove nodejs.

Solution:

nvm deactivate
nvm uninstall 16.17.0 
This command will force NVM to uninstall the Node JS version that you installed along with NPM, in our case it is the Node JS version 16.17.0. The command below deletes both Node JS and NPM from your system.
Expand
Additional Information