Failed to install packages #5575
Replies: 2 comments 1 reply
-
Hello @BabakAmini, couldn't reproduce on my local. Could you check your node version? Ideally, you should use node 18.19.0+. If you are new to Node.js, I suggest using |
Beta Was this translation helpful? Give feedback.
-
@BatuhanW I am currently running my code on a remote Ubuntu server, and I attempted to install the mentioned example on Node.js version 20.10.0, but again, it was not successful. However, I successfully installed it on my local Windows 11 machine with the same version of Node. Now when I try to log in, I get this error: |
Beta Was this translation helpful? Give feedback.
-
I tried to run one of the refine examples, so I started by running the following:
npm create refine-app@latest -- --example app-crm
Then I faced the following error:
Runing
npm run start
ended with sh: 1: refine: not found. I tried to runnpm i @refinedev/core
but after a minute I got this:Killed idealTree:@testing-library/react: sill placeDep ROOT @testing-library/[email protected] OK for: @testing-library/[email protected] want: >=7.21.4
I'm new to Node.js and NPM, so I don't know what the next step is. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions