Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npx npm-force-resolutions failed #445

Closed
amlrJan2015 opened this issue Aug 20, 2020 · 5 comments
Closed

npx npm-force-resolutions failed #445

amlrJan2015 opened this issue Aug 20, 2020 · 5 comments

Comments

@amlrJan2015
Copy link

15:46:43 npm ERR! code ELIFECYCLE
15:46:43 npm ERR! errno 1
15:46:43 npm ERR! i18n@0.13.0 preinstall: npx npm-force-resolutions
15:46:43 npm ERR! Exit status 1
15:46:43 npm ERR!
15:46:43 npm ERR! Failed at the i18n@0.13.0 preinstall script.

@amlrJan2015
Copy link
Author

i18n@0.13.0 preinstall /Users/amlr/gv/web/desktop-html/node_modules/i18n
npx npm-force-resolutions

npx: installed 5 in 1.571s
ENOENT: no such file or directory, open './package-lock.json'

@mashpie mashpie self-assigned this Aug 20, 2020
@mashpie mashpie added the bug label Aug 20, 2020
@mashpie
Copy link
Owner

mashpie commented Aug 20, 2020

Thanks for spotting... about to retest

mashpie added a commit that referenced this issue Aug 20, 2020
@mashpie
Copy link
Owner

mashpie commented Aug 20, 2020

I knew... there will be some issue with 13th release... removed pre-install (doesn't make sense in that case anyway)

  • npm branch passed CI

  • install by npm install https://github.com/mashpie/i18n-node.git#npm --save succeeds

about to publish hotfix

mashpie added a commit that referenced this issue Aug 20, 2020
FIX npx npm-force-resolutions failed #445
@mashpie
Copy link
Owner

mashpie commented Aug 20, 2020

hotfix published as i18n@0.13.1 (https://github.com/mashpie/i18n-node/releases/tag/0.13.1)

@amlrJan2015, would you mind to retry?

@amlrJan2015
Copy link
Author

It is now running without errors. Thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@mashpie @amlrJan2015 and others