Skip to content

Commit 42622f0

Browse files
authored
add info about node 12.12.0 --enable-source-maps
1 parent ac2c3e4 commit 42622f0

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/en/blog/release/v12.12.0/)
13+
14+
##### Node <12.12.0
15+
1016
```
1117
$ npm install source-map-support
1218
```

0 commit comments

Comments
 (0)