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
when I run npm link in my Node app directory I get below error
npm error code 127
npm error path /usr/share/node/lib/node_modules/http-proxy-middleware
npm error command failed
npm error command sh -c husky && patch-package
npm error sh: husky: command not found
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-07-14T18_51_13_664Z-debug-0.log
I see that husky and patch-package are part of devDependencies
I there a workaround to not run into problem
OR
If i ignore this error, what are the consequences ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
when I run
npm link
in my Node app directory I get below errorI see that
husky
andpatch-package
are part ofdevDependencies
I there a workaround to not run into problem
OR
If i ignore this error, what are the consequences ?
Beta Was this translation helpful? Give feedback.
All reactions