fcrozatier
error: unexpected argument --experimental-network-inspection when trying to debug
SOLUTION: To remove the flag add "experimentalNetworking": "off" in your launch config
https://github.com/microsoft/vscode-js-debug/issues/2220
11 replies
error: unexpected argument --experimental-network-inspection when trying to debug
There you go!
https://github.com/denoland/deno/issues/29242
11 replies
error: unexpected argument --experimental-network-inspection when trying to debug
I've reinstalled Deno and the extension and still have the problem. I think this could have to do with vscode, I remember seeing the update screen earlier today before I had the problem for the first time 😬
11 replies
Installing packages locally with Deno
Figured it out.
To enable local installs you need to set the
nodeModulesDir: "auto"
in your config
https://docs.deno.com/runtime/fundamentals/node/#node_modules2 replies