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

Installation stucks at the end #550

Open
AmirHosseinNP opened this issue Feb 5, 2022 · 2 comments
Open

Installation stucks at the end #550

AmirHosseinNP opened this issue Feb 5, 2022 · 2 comments

Comments

@AmirHosseinNP
Copy link

Hello, I have this problem that when I want to install react-snap, the installation process stucks at the end and I don't know what to do? Here is a picture:
image

@Pimm
Copy link

Pimm commented Feb 8, 2022

Could you try installing with the --verbose option?

@Keshavdulal
Copy link

It looks like You have dependency conflicts.

Try removing node_modules and package-lock.json and then run

npm install

Or try clearing out npm cache

npm cache clean --force

Or run the command with the --legacy-peer-deps option

npm install --legacy-peer-deps

Or run the command with the --force option

npm install --force

If you still face issue after this do reply here.
And you can try these step for most cases.

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