pyroscope-io / docs

Source code for pyroscope.io
https://pyroscope.io/
Apache License 2.0
7 stars 26 forks source link

Improve development docs #47

Closed eh-am closed 2 years ago

eh-am commented 2 years ago

A somewhat common error is the nodejs version:

webpack | error pyroscope@0.10.2: The engine "node" is incompatible with this module. Expected version ">=14.17.0". Got "12.22.5"

Another point of failure is when executing the postinstall script

"postinstall": "./scripts/web-postinstall.sh",

We have to investigate this a little bit more, but it's something to do with the failure to execute the sh binary.

eh-am commented 2 years ago

Solved by https://github.com/pyroscope-io/pyroscope/pull/916