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

[BUG] Packages lost on install of package #3944

Closed
1 task done
DaveO-Home opened this issue Oct 26, 2021 · 1 comment
Closed
1 task done

[BUG] Packages lost on install of package #3944

DaveO-Home opened this issue Oct 26, 2021 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release

Comments

@DaveO-Home
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Ran this and lost the whole application;

npm install loose-envify -D
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stripcode-brunch@0.1.1
npm WARN Found: brunch@4.0.0
npm WARN node_modules/brunch
npm WARN   brunch@"^4.0.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer brunch@"^2.10.12" from stripcode-brunch@0.1.1
npm WARN brunch/appl/js/stripcode-brunch
npm WARN   stripcode-brunch@0.1.1
npm WARN   node_modules/stripcode-brunch
npm WARN 
npm WARN Conflicting peer dependency: brunch@2.10.17
npm WARN node_modules/brunch
npm WARN   peer brunch@"^2.10.12" from stripcode-brunch@0.1.1
npm WARN   brunch/appl/js/stripcode-brunch
npm WARN     stripcode-brunch@0.1.1
npm WARN     node_modules/stripcode-brunch
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'karma@0.13.22',
npm WARN EBADENGINE   required: { node: '0.10 || 0.12 || 4 || 5' },
npm WARN EBADENGINE   current: { node: 'v16.10.0', npm: '8.1.1' }
npm WARN EBADENGINE }

Expected Behavior

Install the one package

Steps To Reproduce

See error above

Environment

@DaveO-Home DaveO-Home added Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release labels Oct 26, 2021
@DaveO-Home
Copy link
Author

DaveO-Home commented Oct 26, 2021

Ok, I terminated the terminal window, reopened and ran npm install loose-envify -D again and it reinstalled the application.
This has happened on several occasions, so there is a problem, but I'll close this........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

1 participant