Output when running ./pnpm install in a project with core-js-pure@3.19.2:
node_modules/.pnpm/core-js-pure@3.19.2/node_modules/core-js-pure: Running postinstall script, failed in 935ms
.../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}"
│ No HNVM_NODE version set. Please set a Node version.
└─ Failed in 936ms
The error occurs when the package is running this postinstall step defined in its package.json.