You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
I have downloaded new inkpaint package and put it into inkpaint directory and installed it by force by changing package.json , also made changes in json files to some deprecated packages to newer version and managed to make image after two days,
on npm run install-ui-deps i get
C:\auto-shorts> npm run install-ui-deps [email protected] install-ui-deps
cd ui && npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @nextui-org/[email protected]
npm ERR! node_modules/@nextui-org/system
npm ERR! @nextui-org/system@"2.2.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nextui-org/system@">=2.4.0" from @nextui-org/[email protected]
npm ERR! node_modules/@nextui-org/accordion
npm ERR! @nextui-org/accordion@"^2.0.40" 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!
npm ERR! For a full report see:
I bypassed it by force install
but then when i start Docker or manually it says "punnycode deprecated" tried with nvm and node js below v21 same error. Can you help please.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I pulled package and trying to compile it manually and via docker. I always hit wall while compiling it :
I have downloaded new inkpaint package and put it into inkpaint directory and installed it by force by changing package.json , also made changes in json files to some deprecated packages to newer version and managed to make image after two days,
on npm run install-ui-deps i get
I bypassed it by force install
but then when i start Docker or manually it says "punnycode deprecated" tried with nvm and node js below v21 same error. Can you help please.
Beta Was this translation helpful? Give feedback.
All reactions