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

'npm i parcel -D' shows high vulnerability found, 'npm start' shows ELIFECYCLE error. #5977

Closed
ShardulAwate opened this issue Mar 10, 2021 · 6 comments

Comments

@ShardulAwate
Copy link

First when I tried to install parcel by using "npm i parcel -D" ...this happened.
Capture

then I tried directly updating dependencies 'package.json' file by myself and then running "npm install" <- This command.
It actually worked.

Capture again

but after that when I tried to run parcel by command "npm start" it showed ELIFECYCLE error.

Capture3

Right now I am using:
Windows 10 64bit
npm version: 6.14.11.
nodejs version: v14.16.0.

@mischnic
Copy link
Member

but after that when I tried to run parcel by command "npm start" it showed ELIFECYCLE error.

Please post the actual error, above code ELIFECYCLE

@igorcmelo
Copy link

I am having this vulnerability issue and npm audit fix --force does not seems to fix it.

@mischnic
Copy link
Member

For the "vulnerability", see #5564, #5250, #5204, #5145, #5145, #5045

@ShardulAwate
Copy link
Author

Actual error, above code ELIFECYCLE

Capture agin2

@mischnic
Copy link
Member

Not sure why, the file fs-search.win32-x64-msvc.node does exist: https://unpkg.com/browse/@parcel/[email protected]/

@babul101
Copy link

Use this command: npm install parcel-bundler --save-dev
this will fix the issue

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

4 participants