chrisa / node-dtrace-provider

Native DTrace probes for node.js apps
Other
319 stars 70 forks source link

Specify supported CPUs in package.json #133

Open Nazgolze opened 3 years ago

Nazgolze commented 3 years ago

libusdt, and therefore, node-dtrace-provider, only supports 32-bit and 64-bit x86.

This change makes this explicit in package.json and should stop other packages from pulling it in as an optional dependency on other cpus. It should solve my instance of https://github.com/chrisa/node-dtrace-provider/issues/118 that I run into on a Mac M1