question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[errors] `UMBRELLA_ASSERTS` breaking skypack CDN imports

See original GitHub issue

The new UMBRELLA_ASSERTS environment variable seems not recognized by skypack’s build system, thus breaking its imports. Here is a demo, using <script type="module" src="https://cdn.skypack.dev/@thi.ng/errors"></script> results in

TypeError: undefined is not an object (evaluating 'process.env.UMBRELLA_ASSERTS')

looks like process is defined but not process.env, maybe adding another check for that or there is some way to work around?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
postspectacularcommented, Oct 29, 2022

Amazing & will do! Thank you again, as always!

0reactions
postspectacularcommented, Oct 29, 2022

Okay, fixed & released the expose pkg too now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found