wix-incubator / pro-gallery

Blazing fast & beautiful galleries built for the web
https://pro-gallery.surge.sh
MIT License
270 stars 37 forks source link

Could not install in React 18.2.0 #1001

Open checamon opened 1 year ago

checamon commented 1 year ago

It cannot be installed in react 18.

npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.6" from pro-gallery@4.1.76 npm ERR! node_modules/pro-gallery npm ERR! pro-gallery@"*" 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.

yhattav commented 1 year ago

@shmuelhizmi Can we try this with v5?

checamon commented 1 year ago

Just made a quick test: Create-react-app 5.0.1 React 18.2.0" npm 8.19.2

npm "i" "--save" "pro-gallery"

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: test_progallery@0.1.0 npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.6" from pro-gallery@5.0.11 npm ERR! node_modules/pro-gallery npm ERR! pro-gallery@"*" 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.

checamon commented 1 year ago

full log:

verbose cli /usr/bin/n0 verbose cli /usr/bin/node /usr/bin/npm 1 info using npm@8.19.2 2 info using node@v19.4.0 3 timing npm:load:whichnode Completed in 0ms 4 timing config:load:defaults Completed in 2ms 5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 1ms 6 timing config:load:builtin Completed in 1ms 7 timing config:load:cli Completed in 2ms 8 timing config:load:env Completed in 1ms 9 timing config:load:file:/home/xxxx/E/Documents/test_proGallery/test_progallery/.npmrc Completed in 0ms 10 timing config:load:project Completed in 3ms 11 timing config:load:file:/home/xxxx/.npmrc Completed in 1ms 12 timing config:load:user Completed in 2ms 13 timing config:load:file:/home/xxxx/.npm-global/etc/npmrc Completed in 0ms 14 timing config:load:global Completed in 0ms 15 timing config:load:validate Completed in 0ms 16 timing config:load:credentials Completed in 1ms 17 timing config:load:setEnvs Completed in 1ms 18 timing config:load Completed in 13ms 19 timing npm:load:configload Completed in 13ms 20 timing npm:load:mkdirpcache Completed in 1ms 21 timing npm:load:mkdirplogs Completed in 0ms 22 verbose title npm i pro-gallery 23 verbose argv "i" "--save" "pro-gallery" 24 timing npm:load:setTitle Completed in 1ms 25 timing config:load:flatten Completed in 2ms 26 timing npm:load:display Completed in 5ms 27 verbose logfile logs-max:10 dir:/home/xxxx/.npm/_logs 28 verbose logfile /home/xxxx/.npm/_logs/2023-01-12T13_21_12_751Z-debug-0.log 29 timing npm:load:logFile Completed in 4ms 30 timing npm:load:timers Completed in 0ms 31 timing npm:load:configScope Completed in 0ms 32 timing npm:load Completed in 24ms 33 timing arborist:ctor Completed in 1ms 34 silly logfile start cleaning logs, removing 1 files 35 silly logfile done cleaning log files 36 timing idealTree:init Completed in 840ms 37 timing idealTree:userRequests Completed in 2ms 38 silly idealTree buildDeps 39 silly fetch manifest pro-gallery@ 40 timing arborist:ctor Completed in 0ms 41 http fetch GET 200 https://registry.npmjs.org/pro-gallery 790ms (cache hit) 42 silly fetch manifest react@^18.2.0 43 http fetch GET 200 https://registry.npmjs.org/react 7ms (cache hit) 44 silly fetch manifest react@^16.8.6 45 timing idealTree Completed in 1682ms 46 timing command:i Completed in 1697ms 47 verbose stack Error: unable to resolve dependency tree 47 verbose stack at [failPeerConflict] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1381:25) 47 verbose stack at [loadPeerSet] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1347:34) 47 verbose stack at async [buildDepStep] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:930:11) 47 verbose stack at async Arborist.buildIdealTree (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:211:7) 47 verbose stack at async Promise.all (index 1) 47 verbose stack at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:153:5) 47 verbose stack at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:145:5) 47 verbose stack at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:78:5) 48 verbose cwd /home/xxxx/E/Documents/test_proGallery/test_progallery 49 verbose Linux 5.15.86-1-lts 50 verbose node v19.4.0 51 verbose npm v8.19.2 52 error code ERESOLVE 53 error ERESOLVE unable to resolve dependency tree 54 error 55 error While resolving: test_progallery@0.1.0 55 error Found: react@18.2.0 55 error node_modules/react 55 error react@"^18.2.0" from the root project 55 error 55 error Could not resolve dependency: 55 error peer react@"^16.8.6" from pro-gallery@5.0.11 55 error node_modules/pro-gallery 55 error pro-gallery@"" from the root project 55 error 55 error Fix the upstream dependency conflict, or retry 55 error this command with --force, or --legacy-peer-deps 55 error to accept an incorrect (and potentially broken) dependency resolution. 55 error 55 error See /home/xxxx/.npm/eresolve-report.txt for a full report. 56 verbose exit 1 57 timing npm Completed in 1818ms 58 verbose unfinished npm timer reify 1673529672868 59 verbose unfinished npm timer reify:loadTrees 1673529672878 60 verbose unfinished npm timer idealTree:buildDeps 1673529673721 61 verbose unfinished npm timer idealTree:#root 1673529673722 62 verbose code 1 63 error A complete log of this run can be found in: 63 error /home/xxxx/.npm/_logs/2023-01-12T13_21_12_751Z-debug-0.log

owainrutherford commented 1 year ago

Hello, is there a timeline for when pro-gallery will update to react 17 / 18? Thanks

EnriquesMar commented 11 months ago

I am facing issues on my website pages you can check here can someone spy on my internet activity, Is there any expert who can guide me to fix those issues?

andarj commented 11 months ago

Need assistance, Facing multiple issues on https://rainguardroofs.com/

JamieKrew commented 11 months ago

Facing same installation issue on MEP Estimation site.

Timothy43 commented 10 months ago

React requires Node.js and npm (Node Package Manager) to be installed on your system. Make sure you have them installed foxynamer and that they are up to date.

Bodielas commented 10 months ago

Need assistance, Facing multiple issues on electrical estimating services wesbite.

EverettBennett commented 10 months ago

I'm also facing this issue in the same version previous days and need assistance. https://thoptv-hd.com/

RussellNasir commented 10 months ago

Can I apply same code to resolve my https://focusautodetailing.com/ website issue?

Hankegan commented 10 months ago

Need assistance, Facing multiple issues on nia vardalos net worth website.

Aqeelfd commented 9 months ago

I implemented this on my kiritsuke vs nakiri site but failed, help needed.

Santinoada commented 9 months ago

I'm also facing this issue in the same version previous days on is 500 paintballs enough and need assistance.

Kingston34543 commented 9 months ago

Need assistance, Facing multiple issues on bellaboo font

tomi783 commented 9 months ago

Hey everyone! I recently visited Tomi Sushi in Singapore and had an amazing dining experience. Has anyone else been there? Let's discuss the food and atmosphere!

AlejandraAlanna commented 9 months ago

I have found lightburn crack recently to use premium features without buying any subscription plan.

hsrahman1 commented 8 months ago

Hello! Guys yesterday I visited Tool Today New York Times spelling bee answer. This tool can help me become a spelling bee master without spending hours brainstorming. It’s like having a personal spelling bee coach at my fingertips!

ThiagoRyker commented 8 months ago

Need assistance, Facing multiple issues on hack of geometry dash dash.

ranusami5 commented 8 months ago

I implemented this on my car donations for breast cancer site but failed, help needed.

jaiFowler commented 8 months ago

If possible, try to upgrade the pro-gallery package to a version that supports React 18. This way, you can ensure compatibility with React 18.2.0. Capcut Mod APK Downgrade React:

If you must use the specific version of pro-gallery that requires React "^16.8.6", you may need to downgrade your React version to 16.8.6 or a compatible version.

allen749875 commented 7 months ago

Hey everyone! 👋 Has anyone been to 33 Blue Room Restaurant in Malaysia? I've heard some great things about their unique menu and vibrant ambiance. Thinking of checking it out this weekend. Any recommendations?

sanganimedia1 commented 7 months ago

React 18 introduces changes incompatible with dependencies like pro-gallery@4.1.76, requiring React "^16.8.6". You can't install pro-gallery due to the conflict between React versions. Resolve by updating pro-gallery or finding a compatible version supporting React 18. Consider --force or --legacy-peer-deps for temporary solutions with potential risks.

salinakyle commented 6 months ago

I am having the same kind of vague issues on my page roblox mod apk ghost mode can anyone help?

allen749875 commented 5 months ago

In the vibrant culinary landscape of Singapore, Ah loy thai Restaurant and Fatty Bom Bom have emerged as popular establishments, each offering a unique dining experience. This formal discussion aims to compare and contrast the two, shedding light on their distinct characteristics, culinary offerings, and overall appeal to discerning diners.

Daniela5423Leia commented 5 months ago

I'm also facing same code of error while installing react on system.. is that Geometry Dash APK providing solution working?

thegeometrydashapk commented 4 months ago

I was also facing these issues with Geometry Dash in 2024 and it took me a while to solve these issues!

ameliaava12 commented 3 months ago

I was having the same problem with the same version a few days ago. Regard: Hearts

c4pcut commented 2 months ago

you can download from here Capcut APK

salinakyle commented 2 months ago

Another same issue we're experiencing on website vat calculator website.

jasonbrown112 commented 2 months ago

I am also facing similar kind of issues with my Alight Motion Mod APK Website. Has anyone found a proper solution for this issue?

Aaravbbon commented 1 month ago

We're facing a similar problem with the Car Parking Multiplayer 2 website. It's frustrating that we can't download the game from there either. Let's hope they fix it soon so everyone can enjoy playing.

salinakyle commented 1 month ago

Wondering what should i do with the website carx street mod apk unlimited money quickly?

Fontbugg commented 1 week ago

I need the help of any expert, I have many problem and issues related My website Fontbugg.com i want some changes in my site. thank you.

Fontbugg commented 1 week ago

I need some help of any expert regarding my website Fontbugg.com, I want some changes in my site.