You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output when running ./pnpm install in a project with [email protected]:
node_modules/.pnpm/[email protected]/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.
The text was updated successfully, but these errors were encountered:
Output when running
./pnpm install
in a project with[email protected]
:The error occurs when the package is running this postinstall step defined in its
package.json
.The text was updated successfully, but these errors were encountered: