oui
oui copied to clipboard
[BUG] Building process breaks when path has space
Describe the bug
When running yarn build for oui, the build fails if the path to the folder has an empty space.
To Reproduce Steps to reproduce the behavior:
- Clone the repo using the following command:
git clone git clone https://github.com/opensearch-project/oui.git bug_oui\ space - Run
yarn install - Run
yarn build - See error
Expected behavior
The build process should not cause this error. It should manage path with blank spaces.
Screenshots
Error screenshot
Host/Environment (please complete the following information):
- OUI Version: Latest version in development
- OS: macOS Ventura 13.5.2
Additional context
N/A
I've noticed most people have issues when the space is further up in their path. For example one might create a My Projects directory, into which they clone OUI. Even in that case, where the path is ~/My Projects/oui, this issue persists.
I would like to pick up this one:)