quickest-silver
quickest-silver•2y ago

malfunction in installation

How do I go about this error because when I execute npm run dev, the terminal returns an error with this statement : Something went wrong when trying to get installed refine packages. I have node and npm installed too
No description
17 Replies
sensitive-blue
sensitive-blue•2y ago
is the development server shutting down? Or does it stay on and just give a warning?
quickest-silver
quickest-silver•2y ago
it shuts down
sensitive-blue
sensitive-blue•2y ago
are u using CRA ?
quickest-silver
quickest-silver•2y ago
yes I am
sensitive-blue
sensitive-blue•2y ago
can you change "dev" script from package.json to "dev": "react-scripts start" this, and can you tell me behaviour
quickest-silver
quickest-silver•2y ago
I tried it and got an error log before the dev server stopped almost immediately
sensitive-blue
sensitive-blue•2y ago
it seems refine not have issue
quickest-silver
quickest-silver•2y ago
thankyou for your feedback, I'll sort it out. Can you help me with pointers on how I'll debug the issue
sensitive-blue
sensitive-blue•2y ago
im thinking which node which nodejs node --version this command are give outputs ?
quickest-silver
quickest-silver•2y ago
No description
sensitive-blue
sensitive-blue•2y ago
what is the error log
quickest-silver
quickest-silver•2y ago
sensitive-blue
sensitive-blue•2y ago
file is empty :/
quickest-silver
quickest-silver•2y ago
here it is sorry
quickest-silver
quickest-silver•2y ago
thanks so much I fixed it, you've been really helpful thankyou so much
sensitive-blue
sensitive-blue•2y ago
I'm glad to hear that 🚀 @ely i have last question. did u get this error log with when u run with "dev": "refine start"