facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.39k stars 119 forks source link

Is there a plan to support lower versions of node? #18

Closed shanky101 closed 2 years ago

shanky101 commented 2 years ago

Thanks for taking time and effort in coming up with this library! Since Node 16 is relatively new, is there a way to run or use this in projects which run on a lower version of node? (Say 12 - 14)?

JacksonGL commented 2 years ago

Node 16 is the requirement for building memlab from the Git repo.

The memlab npm package can be used with node 14 (and v12 as well).