Skip to content

Add Windows Support #22

@brock

Description

@brock

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...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions