-
Notifications
You must be signed in to change notification settings - Fork 20
Description
So I was trying to run the server with nodejs and pnpm and when I run the command pnpm i, It was showing me this error naming ELIFECYCLE command failed. Am I missing something or there is a problem actually?
This is the error when I hit the command “pnpm i”
eztv-crawler: Running install script...
node_modules/.pnpm/node-datachannel@0.9.1/node_modules/node-datachannel: Running install script...
node_modules/.pnpm/fs-native-extensions@1.2.7/node_modules/fs-native-extensions: Running install script, done in 532ms
node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild: Running postinstall script, done in 384ms
node_modules/.pnpm/bufferutil@4.0.8/node_modules/bufferutil: Running install script, done in 519ms
node_modules/.pnpm/utf-8-validate@6.0.4/node_modules/utf-8-validate: Running install script, done in 538ms
node_modules/.pnpm/utp-native@2.5.3/node_modules/utp-native: Running install script, done in 501ms
node_modules/.pnpm/yts-api-node@1.1.3/node_modules/yts-api-node: Running install script...
ELIFECYCLE Command failed.
what might be the solution for this?