Package Details: vscode-node-debug2 1.43.0-1

Git Clone URL: https://aur.archlinux.org/vscode-node-debug2.git (read-only, click to copy)
Package Base: vscode-node-debug2
Description: A VS Code debug adapter that supports debugging Node via the Chrome Debugging Protocol.
Upstream URL: https://github.com/microsoft/vscode-node-debug2
Licenses: MIT
Submitter: pjvds
Maintainer: pjvds
Last Packager: pjvds
Votes: 1
Popularity: 0.000002
First Submitted: 2022-05-06 12:06 (UTC)
Last Updated: 2022-05-06 12:06 (UTC)

Latest Comments

neilsimp1 commented on 2024-02-26 02:47 (UTC)

I received the same error as prometheus.

I got it to build by running:

NODE_OPTIONS="--no-experimental-fetch" yay -S vscode-node-debug2

(Found this from https://stackoverflow.com/a/76727235/4265939)

prometheus commented on 2023-06-09 23:34 (UTC)

Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
    at readWasm (/home/moss/.cache/yay/vscode-node-debug2/src/vscode-node-debug2-1.43.0/node_modules/gulp-typescript/node_modules/source-map/lib/read-wasm.js:8:13)
    at wasm (/home/moss/.cache/yay/vscode-node-debug2/src/vscode-node-debug2-1.43.0/node_modules/gulp-typescript/node_modules/source-map/lib/wasm.js:25:16)
    at /home/moss/.cache/yay/vscode-node-debug2/src/vscode-node-debug2-1.43.0/node_modules/gulp-typescript/node_modules/source-map/lib/source-map-consumer.js:264:14
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)