You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import a GitHub repo that has only HTML, CSS, and Markdown files to stackblitz.com using the link stackblitz.com/github/{GH_USERNAME}/{REPO_NAME} but I get an error saying the project is missing package.json file
The text was updated successfully, but these errors were encountered:
Also having the same experience. This is what it looks like currently, for reference.
Thinking on it a bit, aside from making it optional to require a package.json, is that having the option to npm init would be super nice too, so you can just go right from a bare repo in GitHub to working directly in Stackblitz! 🌟
Otherwise (if wanting to be / stay totally "browserfull") you would have to manually create the package.json in GitHub first through their GUI.
We'd like to keep the strict condition of having a package.json at the root of the repository or sub-folder that you're trying to import as a StackBlitz project. See #1691 (comment) for our reasons.
I am trying to import a GitHub repo that has only HTML, CSS, and Markdown files to stackblitz.com using the link
stackblitz.com/github/{GH_USERNAME}/{REPO_NAME}
but I get an error saying the project is missing package.json fileThe text was updated successfully, but these errors were encountered: