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

stackblitz live example link broken #868

Closed
sapatgit opened this issue Jul 26, 2021 · 12 comments
Closed

stackblitz live example link broken #868

sapatgit opened this issue Jul 26, 2021 · 12 comments
Labels
good first issue Good for newcomers

Comments

@sapatgit
Copy link

Stackblitz Live example link when visited shows: The dependencies for this project couldn't be resolved.

Tested in:

  1. Chrome v92.0.4515.107
  2. Firefox v90.0.2

Screenshot:

Screenshot

@satanTime
Copy link
Member

Hi, thanks for the report.

I've opened a ticket in their repo: stackblitz/core#1561

For now you could use code sandbox link.

@satanTime
Copy link
Member

Glad to announce that they've fixed the issue.

@clabough
Copy link

This is broken again.

@satanTime
Copy link
Member

Hi @clabough, thanks for noticing it!

@satanTime satanTime reopened this Dec 15, 2021
@satanTime satanTime added the good first issue Good for newcomers label Dec 20, 2021
@patelvimal
Copy link

@satanTime May I know what exactly needs to be fixed in this, is the issue with stackblitz?. I would be happy to raise the PR.

@satanTime
Copy link
Member

Hi @patelvimal,

thanks for asking. The example repo is here: https://github.com/ng-mocks/examples

In order to fix the issue:

  • you need to investigate how stackblitz imports projects from github
  • configure your work with stackblitz
  • find in history of commits a working commit with stackblitz
  • update dependencies one by one to find the dependency which causes the failure
  • create a PR
  • profit

I faced a similar issue in the past. Not sure what was the issue exactly, but my assumption was a broken internal npm repo on their side
Here you can find more info:

@patelvimal
Copy link

@satanTime thanks for the all the information. This is really helpful. Let me dig into it and if I able to fix it will raise the PR.

@satanTime
Copy link
Member

should work well now

@patelvimal
Copy link

patelvimal commented Jan 16, 2022

May I know what changes you have made to make it work? Stackblitz webcontainer just does not work for me at all. I get this error all the time.
image

@satanTime
Copy link
Member

I updated ng-mocks and core-js to the latest versions. I think the error was caused by older core-js version.

@patelvimal
Copy link

I updated ng-mocks and core-js to the latest versions. I think the error was caused by older core-js version.

Question:- There is no new commit made in master branch, so where does this package version changes were made?

@satanTime
Copy link
Member

It's another repo: #868 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants