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
rival-black•2y ago
is the development server shutting down? Or does it stay on and just give a warning?
rival-black•2y ago
it shuts down
rival-black•2y ago
are u using CRA ?
rival-black•2y ago
yes I am
rival-black•2y ago
can you change "dev" script from package.json to
"dev": "react-scripts start"
this, and can you tell me behaviourrival-black•2y ago
I tried it and got an error log before the dev server stopped almost immediately
rival-black•2y ago
it seems refine not have issue
rival-black•2y ago
thankyou for your feedback, I'll sort it out.
Can you help me with pointers on how I'll debug the issue
rival-black•2y ago
im thinking
which node
which nodejs
node --version
this command are give outputs ?rival-black•2y ago
rival-black•2y ago
what is the error log
rival-black•2y ago
rival-black•2y ago
file is empty :/
rival-black•2y ago
here it is sorry
rival-black•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/rival-black•2y ago
thanks so much
I fixed it, you've been really helpful thankyou so much
rival-black•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"