Skip to content

Commit

Permalink
Merge pull request evanw#322 from DetachHead/patch-1
Browse files Browse the repository at this point in the history
add info about node 12.12.0 `--enable-source-maps`
  • Loading branch information
LinusU authored Nov 1, 2022
2 parents ac2c3e4 + 4e6f486 commit 7b5b81e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This module provides source map support for stack traces in node via the [V8 sta

#### Node support

##### Node >=12.12.0

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`).

##### Node <12.12.0

```
$ npm install source-map-support
```
Expand Down

0 comments on commit 7b5b81e

Please sign in to comment.