Skip to content

Commit 7b5b81e

Browse files
authored
Merge pull request #322 from DetachHead/patch-1
add info about node 12.12.0 `--enable-source-maps`
2 parents ac2c3e4 + 4e6f486 commit 7b5b81e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This module provides source map support for stack traces in node via the [V8 sta
77

88
#### Node support
99

10+
##### Node >=12.12.0
11+
12+
This package is no longer required as [Node 12.12.0 introduced the `--enable-source-maps` flag.](https://nodejs.org/docs/latest-v16.x/api/cli.html#--enable-source-maps) (unless you're using the [`vm`](https://nodejs.org/api/vm.html) module, as `--enable-source-maps` does not work with `vm.runInThisContext`).
13+
14+
##### Node <12.12.0
15+
1016
```
1117
$ npm install source-map-support
1218
```

0 commit comments

Comments
 (0)