instructure / instructure-ui

A UI Component Library made by Instructure, Inc.
https://instructure.design/
Other
444 stars 100 forks source link

Error starting app (8.1.0) #499

Closed gxclarke closed 3 years ago

gxclarke commented 3 years ago

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

  1. npx @instructure/instui-cli create app --name MyInstuiApp
  2. cd MyInstuiApp
  3. yarn
  4. yarn start
  5. See error

Screenshots

image

matyasf commented 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

RMcD commented 3 years ago

Updating the location of the issue matyasf linked (concurrently repo moved): https://github.com/open-cli-tools/concurrently/issues/262