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.

Loading external JavaScript modules at runtime is not working

See original GitHub issue

The package and version I’m asking about:

vscode 1.62.2 vscode extension .net interactive notebook v1.0.2559020

Question

I just did copy and paste example code on js overview doc,

but it is not working with error Error: interactive.configureRequire is not a function

image

What else should I do?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
colombodcommented, Nov 30, 2021

We found a bug, give us a few minutes, we are releasing a new version soon

0reactions
eosforcommented, Nov 30, 2021

oh, no, after all these manipulations like installing global .net interactive, + NET SDK 6 my normal vscode stuff stopped working. I can’t even open notebooks there anymore 😦

after a few restarts, it kind of fixed itself, but not 100%. Both ExploreWithNteract and ExploreWithSandDance are now showing blank white squares 😦

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Javascript module not working in browser?
0. The short answer. You need to install and run a local web server. - For a suggestion on how, read on. 1....
Read more >
JavaScript modules - MDN Web Docs - Mozilla
This guide gives you all you need to get started with JavaScript module syntax.
Read more >
How to include a JavaScript file in another JavaScript file?
We can include a JavaScript file in another JavaScript file using the native ES6 module system. This allows us to share code between...
Read more >
Load external JS in Outsystems Reactive Web App
I'm trying to load an external js file into an OutSystems Reactive Web App Module inside of a personal development environment.
Read more >
How to Dynamically Import JavaScript with Import Maps
In this tutorial, you'll use import maps and JavaScript modules to import code without ... Now the problem is not the import statement....
Read more >

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