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

Unable to update multi-layer dependencies #9740

Open
ross-inksmith opened this issue Oct 23, 2023 · 0 comments
Open

Unable to update multi-layer dependencies #9740

ross-inksmith opened this issue Oct 23, 2023 · 0 comments

Comments

@ross-inksmith
Copy link

We have an extension (pxt-fwd-edu) that depends on pxt-jacdac. Ran into an issue where jacdac was updated to v1.9.19, but even when starting a new project with our extension, it would use my cached version (v1.9.13).

  • Using the refresh button for our extension in the javascript code explorer did not update the dependency
  • There is no similar button to refresh the dependencies
  • Adding jacdac separately added the current version's files in addition to the old version, but the new code didn't get used by the extension
  • Adding jacdac first, then our extension had the same issue
  • Opening chrome dev tools and choosing "Empty Cache and Hard Reload" did not resolve the issue.
  • Opening incognito and creating a new project worked as expected, so that jacdac v1.9.19 was added automatically

The issue was solved by going to chrome settings, and deleting all makecode.org data (chrome://settings/content/all?search=data)

This would be a challenge in the classroom since many boards don't allow the use of incognito or access to Chrome settings.

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

No branches or pull requests

1 participant