gooey-hover-codrops icon indicating copy to clipboard operation
gooey-hover-codrops copied to clipboard

Installing dependencies fail

Open DannyLines opened this issue 2 years ago • 2 comments

Tested on both mac and windows machine - running npm install yields:

npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"^4.41.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^3.1.0" from [email protected]
npm ERR! node_modules/extract-text-webpack-plugin
npm ERR!   dev extract-text-webpack-plugin@"^3.0.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!

--force and --legacy-peer-deps dont resolve the issue either.

DannyLines avatar Jun 02 '23 18:06 DannyLines

Hello, I've managed to copy this effect from CodeSandbox, but only for one image since the example on Codrops is only for one image. Repo link

valentaanp avatar Mar 29 '24 14:03 valentaanp

@valentaanp You are a god! Thank you so much!!

ricardogomez-dev avatar Apr 05 '24 05:04 ricardogomez-dev