You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't develop on Windows, so I don't know all the install paths that might exist on a Windows environment and any caveats of those installations, otherwise I'd happily support that here.
This is an open issue so feel free to share any ideas or tidbits of knowledge that you think might be helpful.
controlling flow
Create a node-reinstall.bat
I'm guessing that we'd have a higher level script that checks the OS, then calls .sh script or the .bat script on Windows. Maybe not. Will have to see if the norm is to tell people to run the .bat on Windows themselves.
the batch script should:
delete the npm and npm.cmd files in $HOME\AppData\Roaming\npm
delete the node_modules directory in $HOME\AppData\Roaming\npm
possibly more...
The text was updated successfully, but these errors were encountered:
I have a Windows machine in the house now, so I'm planning to install Node and attempt to document a re-install. Bill Gates has been dogging me about this issue and frankly, he's just kinda wearing me down.
I don't develop on Windows, so I don't know all the install paths that might exist on a Windows environment and any caveats of those installations, otherwise I'd happily support that here.
This is an open issue so feel free to share any ideas or tidbits of knowledge that you think might be helpful.
controlling flow
node-reinstall.bat
.sh
script or the.bat
script on Windows. Maybe not. Will have to see if the norm is to tell people to run the.bat
on Windows themselves.the batch script should:
npm
andnpm.cmd
files in$HOME\AppData\Roaming\npm
node_modules
directory in$HOME\AppData\Roaming\npm
The text was updated successfully, but these errors were encountered: