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

[ENHANCEMENT] While performing npm install on frontend getting multiple errors #470

Open
Abhi96chawla opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement Enhancement to the existing code

Comments

@Abhi96chawla
Copy link

Description

Getting below error` => => writing image sha256:446c92ecc77ad147005cbe4fe1411f61816e4457848490fb1f13e3b110b5a25d 0.0s
=> => naming to docker.io/library/wanderlust-backend 0.0s
=> ERROR [frontend frontend-builder 6/7] RUN npm install 485.6s

[frontend frontend-builder 6/7] RUN npm install:
462.1 npm warn deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
462.1 npm warn deprecated [email protected]: Use your platform's native DOMException instead
465.8 npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
466.1 npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
466.6 npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
467.3 npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
467.6 npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
484.1
484.1 > [email protected] prepare
484.1 > cd .. && npm install
484.1
484.6 npm error Tracker "idealTree" already exists
484.6 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-09-11T23_02_17_905Z-debug-0.log
484.6 npm error code 1
484.6 npm error path /app
484.6 npm error command failed
484.6 npm error command sh -c cd .. && npm install
484.6 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-09-11T22_54_14_517Z-debug-0.log


failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1

C:\Users\chawl\OneDrive\Documents\practice\MERN\project-3\wanderlust>`

Current Behavior

not working, application crashed

Proposed Enhancement

it should able to build npm install on frontend

Use Case

n/a

Blockers

No response

Additional Information/ Attachments

No response

@Abhi96chawla Abhi96chawla added the enhancement Enhancement to the existing code label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to the existing code
Projects
None yet
Development

No branches or pull requests

1 participant