0

web development

why is my pc not installing node.js and it has meet all the minimum requirement. i have followed all the processes in installing the app but still it has not been installed. The command prompt feedback is "node is not recognized as internal or external program". If you have any knowledge about this problem kingly help. Thanks in advance.

24th Jun 2022, 6:32 AM
junior
2 odpowiedzi
0
Make sure the node path is added, if not added it. After doing this restart Visual Studio or open a fresh command prompt. From the command prompt type 'node -v' to echo the node version installed.
24th Jun 2022, 6:36 AM
Oleh Davydenko
Oleh Davydenko - avatar
0
1. Click on Properties from My Computer. 2. Click Advanced system settings from Properties. 3. Click on Environment Variables from System Properties. 4. Edit the Path variable from Environment Variables window. 5. Adding the Node executable folder location to Path variable.
24th Jun 2022, 6:37 AM
Oleh Davydenko
Oleh Davydenko - avatar