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
Describe the bug
I published an application on npm which uses caporal as dependency. When installing my application as a global node package, I am getting the following error:
C:\Users\bennyn>npm i -g swaxios
C:\Users\bennyn\AppData\Roaming\npm\swaxios -> > C:\Users\bennyn\AppData\Roaming\npm\node_modules\swaxios\dist\cli.js [email protected] postinstall C:\Users\bennyn\AppData\Roaming\npm\node_modules\swaxios\node_modules\core-js
node -e "try { require('./scripts/postinstall'); } catch (e) { /* empty */ }"
Thank you for using core-js ( https://github.com/zloirock/core-js )!
Please consider supporting of core-js on Open Collective or Patreon: https://opencollective.com/core-js https://www.patreon.com/zloirock [email protected] postinstall C:\Users\bennyn\AppData\Roaming\npm\node_modules\swaxios\node_modules\spawn-sync
node postinstall [email protected] postinstall C:\Users\bennyn\AppData\Roaming\npm\node_modules\swaxios\node_modules\caporal
(test -f ./node_modules/husky/bin/install.js && node ./node_modules/husky/bin/install.js) || exit 0
Describe the bug
I published an application on npm which uses caporal as dependency. When installing my application as a global node package, I am getting the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error message from Caporal's "postinstall" npm script.
Environment informations (please complete the following information):
Screenshot
The text was updated successfully, but these errors were encountered: