reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Reaction Init causes error in WSL (Ubuntu) to Windows Mount #69

Closed jdukleth closed 6 years ago

jdukleth commented 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/...

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?

jdukleth commented 6 years ago

Nevermind, I see that file is coming from Meteor itself.