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

Getting "DevTools failed to load SourceMap" Error On CodePen When Trying To Use Expr-Eval #233

Open
DragonOsman opened this issue Sep 19, 2020 · 1 comment
Labels

Comments

@DragonOsman
Copy link

DragonOsman commented Sep 19, 2020

Hi, all.

It's just as the title says, basically. The full error message I'm getting (in the console) is:

DevTools failed to load SourceMap: Could not load content for webpack://babelNpmProcessor/node_modules/@babel/core/node_modules/@babel/parser/lib/index.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

What do I about this? Any help is appreciated. Thanks in advance.

Edit for further info: I think this error is blocking everything. I get it from trying to load expr-eval in JS settings on CodePen.

Nothing appears in my browser window aside from the stuff from the FreeCodeCamp test script output.

@silentmatt
Copy link
Owner

That shouldn't affect anything, but you can avoid that by changing the script source to https://cdnjs.cloudflare.com/ajax/libs/expr-eval/2.0.2/bundle.js (bundle.js instead of bundle.min.js).

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

No branches or pull requests

2 participants