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

Failed at the [email protected] install script #37

Open
xandstrike31 opened this issue Feb 20, 2020 · 2 comments
Open

Failed at the [email protected] install script #37

xandstrike31 opened this issue Feb 20, 2020 · 2 comments

Comments

@xandstrike31
Copy link

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

@mmtftr
Copy link

mmtftr commented Mar 20, 2020

I managed to fix this issue by removing package-lock.json and the dependencies in package.json, then installing the latest versions of each of the dependencies in package.json.
Now my dependencies look like:

  "dependencies": {
    "firebase": "^7.12.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.1.2",
    "react-scripts": "^3.4.0",
    "recompose": "^0.30.0"
  },

I hope you benefit from this information.

@tarkanlar
Copy link

I managed to fix this issue by removing package-lock.json and the dependencies in package.json, then installing the latest versions of each of the dependencies in package.json.
Now my dependencies look like:

  "dependencies": {
    "firebase": "^7.12.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.1.2",
    "react-scripts": "^3.4.0",
    "recompose": "^0.30.0"
  },

I hope you benefit from this information.

I had the same issue and this worked for me

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

No branches or pull requests

3 participants