npm start works fine on eclipse but in visual studio code it shows the error below:
ng2@1.0.0-SNAPSHOT start E:\workspaces...
gulp buildNoRev && gulp connect | ng serve --proxy-config proxy.conf.json --port 4201 --base-href /transactionnel/v2/
'node' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ng2@1.0.0-SNAPSHOT start: gulp buildNoRev && gulp connect | ng serve --proxy-config proxy.conf.json --port 4201 --base-href /transactionnel/v2/
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ng2@1.0.0-SNAPSHOT start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! E:\repositories\npm_logs\2019-05-24T09_31_33_889Z-debug.log
Any help please!