Closed gxclarke closed 3 years ago
Hi!
We currently dont support building on Windows, mostly because our build scripts are using environment variables in Unix way. We use OSX to develop InstUI, so you can be sure that it works there, and I'm pretty sure that it works on Linux or Windows Subsystem For Linux. If doesn't we can fix issues on these, but for Windows it would require significant refactorings or adding support in our upstream dependencies e.g. https://github.com/kimmobrunfeldt/concurrently/issues/262
Updating the location of the issue matyasf linked (concurrently repo moved): https://github.com/open-cli-tools/concurrently/issues/262
Background Information
Package Version(s): 8.1.0
Browser: Chrome
OS: Windows
Device: Desktop
Component: N/A
Describe the Bug
Error starting default project
Steps To Reproduce
npx @instructure/instui-cli create app --name MyInstuiApp
cd MyInstuiApp
yarn
yarn start
Screenshots