-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
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
.shscript or the.batscript on Windows. Maybe not. Will have to see if the norm is to tell people to run the.baton Windows themselves.
the batch script should:
- delete the
npmandnpm.cmdfiles in$HOME\AppData\Roaming\npm - delete the
node_modulesdirectory in$HOME\AppData\Roaming\npm - possibly more...