-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Codespaces not working with "Use Template" (workaround: clone/fork/duplicate repo) #2030
Comments
@raffertyuy thanks for the report! But I"m unable to reproduce this issue. Maybe you can try to drop Codeworkspaces VM and create a new one? I tested with the smallest (2 CPU) Codespaces instance, as well as running the app inside of a DevContainer locally. |
Hi @koistya , I tried with 2 core and 4 core but didn't work. When starting codespaces, it will prompt to install a bunch of add-ons and then start with this (node version 16.19.0?) Since the above included This is the forked public repo. Thank you for the help! |
Does react-starter-kit/package.json Line 16 in 906e562
|
Hi @koistya , sorry for the late reply.
|
It appears that the issue is only for repos created through the Template. The following worked
In both of these cases,
After doing a file/folder compare between the template and the main repo, a lot of files are very different. Maybe the template is an older version?
Let me know if there's an issue with using the code from the main repo without using the template. |
The starter kit works great when running on local machine. The initial
yarn install
andyarn start
works perfectly.However. the following issues are encounted when running on GitHub codespaces.
yarn install
works.yarn start
will run but throws this errorThe text was updated successfully, but these errors were encountered: