Closed jdukleth closed 6 years ago
When you run reaction init from WSL (Ubuntu) it will run into a fatal error if you are trying to setup your program anywhere in /mnt/c/...
reaction init
This is because some files have a colon in them, which is illegal in the Windows filesystem.
For example: imports/test-utils/mocks/meteor/gadicc:blaze-react-component.js
I know it's probably considered an edge case but WSL is getting quite popular, so why not make the filenames compatible?
Nevermind, I see that file is coming from Meteor itself.
When you run
reaction init
from WSL (Ubuntu) it will run into a fatal error if you are trying to setup your program anywhere in /mnt/c/...This is because some files have a colon in them, which is illegal in the Windows filesystem.
For example: imports/test-utils/mocks/meteor/gadicc:blaze-react-component.js
I know it's probably considered an edge case but WSL is getting quite popular, so why not make the filenames compatible?