genetic-orange
genetic-orange8mo ago

I'm getting this error please help

Something went wrong when trying to get installed refine packages. ✓ refine devtools is running at port 5001
No description
5 Replies
kapa.ai
kapa.ai8mo ago
Hi @azeeeez. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Based on the information provided, it seems like you're encountering two separate issues: 1. "Something went wrong when trying to get installed refine packages.": This issue was reported in a Github issue (https://github.com/refinedev/refine/issues/3348) when a refine project was created inside a monorepo with workspace feature enabled. The error was due to some packages being hoisted to the root and npm ls command throwing an error marking some packages as UNMET DEPENDENCY. However, the json with all the packages was returned. The issue was resolved by ignoring the npm error and getting the package list. 2. "refine devtools is running at port 5001": This issue was reported in a Github issue (https://github.com/refinedev/refine/issues/5215) where the user was unable to start the application due to port 5001 being busy. Unfortunately, the extracts do not provide a solution for the second issue. However, generally, this issue can be resolved by checking if any other processes are using port 5001 and terminating them, or by changing the port that your application uses. If you continue to face these issues, I would recommend reaching out to the Refine community on their Discord server (https://discord.gg/refine) for further assistance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai8mo ago
<@336615214244167680> kapa.ai is still learning and improving, please let us know how it did by reacting below
complex-teal
complex-teal8mo ago
Hey @azeeeez, this error shouldn’t prevent dev server to start, does your localhost work regardless the error?
genetic-orange
genetic-orange8mo ago
@aliemirs it doesn't Update : seems like my nodeJs was not working properly. Purging it and reinstalling the latest LTS version fixed it . FIXED --CLOSED
complex-teal
complex-teal8mo ago
Glad to see it resolved, happy hacking! 🚀