Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run "yarn dev" on frontend in Windows terminal #39

Closed
souhaib-benbouzid opened this issue May 22, 2020 · 2 comments
Closed

can't run "yarn dev" on frontend in Windows terminal #39

souhaib-benbouzid opened this issue May 22, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@souhaib-benbouzid
Copy link
Member

souhaib-benbouzid commented May 22, 2020

Describe the bug

I can't start the development environment on a windows os. the bug is due to a failure to compile.

To Reproduce
Steps to reproduce the behavior:
on a windows os :

  1. Go to ' dzcode.io\frontend''
  2. run yarn dev '
  3. See error ' Failed to compile. '

Expected behavior
start a development environment and compile successfully.

Screenshots
2

Desktop:

  • OS: windows 10
  • Version 10.0.10240 Build 10240
    .
@souhaib-benbouzid souhaib-benbouzid added the bug Something isn't working label May 22, 2020
@ZibanPirate
Copy link
Member

It should be fixed by this commit

@ZibanPirate ZibanPirate changed the title fix windows development environment can't run "yarn dev" on frontend in Windows terminal May 22, 2020
@souhaib-benbouzid
Copy link
Member Author

I find out I had to build the full stack folder since the file config is referenced in the import. the files do compile successfully. however the server on http://0.0.0.0:8080/ gives me an error site can't be reached and on http://localhost:8080/ it fails to load the components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Released
Development

No branches or pull requests

2 participants