stereobooster/react-snap

Installation stucks at the end

AmirHosseinNP opened this issue · 2 comments

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 commented

Could you try installing with the --verbose option?

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.