[Windows] yarn rw dev
fails when path includes a space or special characters
#409
Labels
yarn rw dev
fails when path includes a space or special characters
#409
Windows: v10
Powershell
@redwoodjs: v0.4.0
See this forum thread for images and background information.
I ran a test on my Windows virtual machine. The ",,," characters block the
yarn rw
command from being found, however, this feels like an edge case we might not need to support if the fix isn't obvious.The space throws the error shown in the image below when running 'yarn rw dev'.
I thought we handled this previously here in the code for the 'dev' command: 🤔
redwood/packages/cli/src/commands/dev.js
Lines 16 to 18 in 153703f
The text was updated successfully, but these errors were encountered: