Skip to content

codes of Udemy course on javascript and software engineering basic prep

Notifications You must be signed in to change notification settings

NxNiki/Udemy_JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udemy_JavaScript

Udemy course on javascript and software engineering basic prep

Resource:

Issues:

Install eslint:

npm install eslint --save-dev

Install promander: curl -s https://raw.githubusercontent.com/hackreactor/pomander-precourse/master/bin/install | bash

I get this error when debugging vscode: Can't find Node.js binary "node": path does not exist. Make sure Node.js is installed and in your PATH, or set the "runtimeExecutable" in your launch.json.

Solutions: microsoft/vscode-js-debug#1150

adding to settings.json (cmd + shift + p and select Open User Settings): get the path by which node:

"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "/path/to/.nvm/versions/node/vX.X.X/bin/node"
},

About

codes of Udemy course on javascript and software engineering basic prep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published