We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First when I tried to install parcel by using "npm i parcel -D" ...this happened.
then I tried directly updating dependencies 'package.json' file by myself and then running "npm install" <- This command. It actually worked.
but after that when I tried to run parcel by command "npm start" it showed ELIFECYCLE error.
Right now I am using: Windows 10 64bit npm version: 6.14.11. nodejs version: v14.16.0.
The text was updated successfully, but these errors were encountered:
Please post the actual error, above code ELIFECYCLE
code ELIFECYCLE
Sorry, something went wrong.
I am having this vulnerability issue and npm audit fix --force does not seems to fix it.
npm audit fix --force
For the "vulnerability", see #5564, #5250, #5204, #5145, #5145, #5045
Actual error, above code ELIFECYCLE
Not sure why, the file fs-search.win32-x64-msvc.node does exist: https://unpkg.com/browse/@parcel/[email protected]/
fs-search.win32-x64-msvc.node
Use this command: npm install parcel-bundler --save-dev this will fix the issue
No branches or pull requests
First when I tried to install parcel by using "npm i parcel -D" ...this happened.
then I tried directly updating dependencies 'package.json' file by myself and then running "npm install" <- This command.
It actually worked.
but after that when I tried to run parcel by command "npm start" it showed ELIFECYCLE error.
Right now I am using:
Windows 10 64bit
npm version: 6.14.11.
nodejs version: v14.16.0.
The text was updated successfully, but these errors were encountered: