Could not read source map for f@google-cloud/storage/build/src/channel.js: ENOENT: no such file or directory
Add the following to your launch.json file:
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
"!**/node_modules/**"
]
Also change your type to "pwa-node"