stackblitz / core

Online IDE powered by Visual Studio Code ⚡️
https://stackblitz.com
MIT License
10.24k stars 888 forks source link

Something went wrong with this repository #354

Closed benjamincharity closed 3 years ago

benjamincharity commented 6 years ago

I've been using StackBlitz for demos and have been loving it. I just retooled one of our library repos with the hope of utilizing the new GitHub import feature but I'm just getting the message Something went wrong with this repository. I'm not sure how to track down the issue with so little info.

Repo causing break: https://stackblitz.com/github/GetTerminus/terminus-ui

I have another repo that should be set up exactly the same that does work using the GH method: https://stackblitz.com/github/GetTerminus/ngx-tools

Any direction is appreciated!

Very much looking forward to using this feature!


Update: It now just hangs at the Importing from Github... screen with no error.

EricSimons commented 6 years ago

This is super weird- sorry about the inconvenience! @apai4 can you check the server logs and see why the first repo is failing out?

timdeschryver commented 6 years ago

Same problem here https://stackblitz.com/github/ngrx/platform/. Worked fine a couple of days ago, seems like the new release (of NgRx) broke it?

benjamincharity commented 6 years ago

It looks like the NGRX issue was caused by a dependency that was pointing to a bare git repo:

It looks like the package.json has a dep that points to a bare git repo, specifically:

I've checked my repo and don't see any of my dependencies that specify a repo. Is it possible that a dependency of a dependency is pointed to a bare repo? Any idea how I could confirm/disprove this is the cause?

shahmirn commented 6 years ago

Same thing is happening with my repo.

https://stackblitz.com/github/shahmirn/boggle

antonshevyrin commented 6 years ago

Same error for this repo as well: https://stackblitz.com/github/aviabird/angularspree

benjamincharity commented 6 years ago

Still nothing here? Even a direction to begin looking? 😞

EricSimons commented 6 years ago

@benjamincharity sorry about the delay on this, the past few months have been nuts for us :(

Is your repo ejected from Angular CLI? If yes, I think that might be the problem. I'll need to check with @apai4 when he gets into the office though.

benjamincharity commented 6 years ago

I can only imagine! No worries at all, just really wanting to use SB for demos.

It is not ejected. I am building a library and a cli app in the same repo (for local development). So possibly it has to do with some odd tsconfig paths? My CLI project should be set up like a default CLI project. When SB announced the GitHub import I actually started a whole new project to make sure of that.

purplem1lk commented 3 years ago

Thank you for your patience - We are launching new core technology into beta next month that should resolve this issue, if it hasn't already been resolved so this will be closed accordingly. If this issue persists, feel free to tag me or ask to reopen this issue with screenshots of the error. Thank you! :)

hamed-shojaei commented 2 years ago

To use stackblitz, be sure to use index.html in your repository root and do not forget package.json 😊💕