so i followed the instructions in the video but when i type npm i get the following:
i found the solution myself, for some reason i had to type:
$env:Path += “;C:\Program Files\nodejs”
in powershell and it worked
i found the solution myself, for some reason i had to type:
$env:Path += “;C:\Program Files\nodejs”
in powershell and it worked