Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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"
 
PREVIOUS NEXT
Tagged: #Could #read #source #map #file #directory
ADD COMMENT
Topic
Name
3+6 =