expr-eval icon indicating copy to clipboard operation
expr-eval copied to clipboard

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

Open DragonOsman opened this issue 5 years ago • 1 comments

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.

DragonOsman avatar Sep 19 '20 21:09 DragonOsman

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).

silentmatt avatar Sep 21 '20 13:09 silentmatt