-
Notifications
You must be signed in to change notification settings - Fork 3
Support Windows #5
Comments
hey @klaussner do you need a hand with this ? I am on windows so I could help, do you have any ideas on how to implement it ? |
Thank you so much for offering your help, @dossorio! 😊 I've put together a list of changes that I think will be necessary for Windows support (it might be incomplete 😄): Paths to directories in the Meteor installation are stored in Lines 9 to 10 in 2fb9a4d
The
The directories with the short names are symlinks to the directories with the longs names in which the package code is stored. Since Meteor uses symlinks only on Linux and macOS, the directory would look like this on Windows:
To support this symlink-less directory structure, you would have to adapt this part of meteor-cleaner/lib/analyze-packages.js Lines 30 to 44 in 2fb9a4d
Instead of storing both the Lines 69 to 70 in 2fb9a4d
Let me know if you have any questions! 🙂 |
Awesome ! I am currently away but I am back 9th October, I'll get started asap ! Thanks for that @klaussner ! |
Still no Windows support? |
Package cache differences on Windows:
~\AppData\Local\.meteor\packages
The text was updated successfully, but these errors were encountered: