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

17 Replies
wise-white•2y ago
is the development server shutting down? Or does it stay on and just give a warning?
rising-crimsonOP•2y ago
it shuts down
wise-white•2y ago
are u using CRA ?
rising-crimsonOP•2y ago
yes I am
wise-white•2y ago
can you change "dev" script from package.json to
"dev": "react-scripts start"
this, and can you tell me behaviourrising-crimsonOP•2y ago
I tried it and got an error log before the dev server stopped almost immediately
wise-white•2y ago
it seems refine not have issue
rising-crimsonOP•2y ago
thankyou for your feedback, I'll sort it out.
Can you help me with pointers on how I'll debug the issue
wise-white•2y ago
im thinking
which node
which nodejs
node --version
this command are give outputs ?rising-crimsonOP•2y ago

wise-white•2y ago
what is the error log
rising-crimsonOP•2y ago
wise-white•2y ago
file is empty :/
rising-crimsonOP•2y ago
here it is sorry
wise-white•2y ago
i'm sorry, i don't know what is this
'ERR_OSSL_EVP_UNSUPPORTED'
but i found some answers are here
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
https://www.freecodecamp.org/news/error-error-0308010c-digital-envelope-routines-unsupported-node-error-solved/rising-crimsonOP•2y ago
thanks so much
I fixed it, you've been really helpful thankyou so much
wise-white•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"