[BUG] installer reports incorrect version of node, but I am using the correct version
toddrimes opened this issue · 6 comments
toddrimes commented
Describe the bug
run npm create refine-app@latest
installer starts and asks questions
get the error
note that node --version shows I am using the correct version (screenshot)
Steps To Reproduce
- run npm create refine-app@latest
- installer starts and asks questions
- get the error
- note that node --version shows I am using the correct version (screenshot)
Expected behavior
completed install
Packages
Additional Context
No response
BatuhanW commented
Hey @toddrimes I couldn't reproduce the issue.
Which yarn version are you using? And are you using nvm?
toddrimes commented
Hi. Yes, I'm using nvm. And you can see my node version at the bottom of the screenshot.
I have yarn 1.22.22. Would that cause the error I'm seeing?
toddrimes commented
Since you can't reproduce it, what should I do?
toddrimes commented
I also do not get the error with the refine-vite template. Please note I chose (and still prefer) refine-nextjs in my initial screenshot.
toddrimes commented
Hm - I tried again using npm instead of yarn and it succeeded. Thank you!
toddrimes commented