-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi! I'd like to build the client for myself from the sources, but with npm install (node-18 npm-18) I got this dependency issue:
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/three npm error peer three@">=0.156" from @react-three/[email protected] npm error node_modules/@react-three/fiber npm error peerOptional @react-three/fiber@"*" from [email protected] npm error node_modules/framer-motion npm error framer-motion@"^5.6.0" from the root project npm error npm error Could not resolve dependency: npm error peerOptional three@"^0.135.0" from [email protected] npm error node_modules/framer-motion npm error framer-motion@"^5.6.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /home/maskimko/.npm/_logs/2025-05-16T18_17_30_941Z-eresolve-report.txt npm error A complete log of this run can be found in: /home/maskimko/.npm/_logs/2025-05-16T18_17_30_941Z-debug-0.log
And with yarn I get the following forbiden message to get npm package:
yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... error Error: https://npm.pkg.github.com/download/@internxt/inxt-js/2.1.0/cb76e567f3d2144d9877166572cdf614c4c69277: Request failed "403 Forbidden" at Request.<anonymous> (/home/maskimko/Lab/internxt/drive-desktop-linux-2.4.8/.yarn/releases/yarn-1.22.22.cjs:78280:16) at Request.emit (node:events:517:28) at module.exports.Request.onRequestResponse (/home/maskimko/Lab/internxt/drive-desktop-linux-2.4.8/.yarn/releases/yarn-1.22.22.cjs:136694:10) at ClientRequest.emit (node:events:517:28) at HTTPParser.parserOnIncomingClient (node:_http_client:700:27) at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) at TLSSocket.socketOnData (node:_http_client:541:22) at TLSSocket.emit (node:events:517:28) at addChunk (node:internal/streams/readable:368:12) at readableAddChunk (node:internal/streams/readable:341:9) info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Probably you can give an advice how to fix deps, or how to grant access to the npm github package, to my user.