pratik227 / quasar-admin

Free Quasar Admin Template based on Vue.js and used Quasar Framework.
https://next-quasar-admin.netlify.app/
MIT License
816 stars 329 forks source link

Node 18 Error: error:0308010C:digital envelope routines::unsupported #49

Closed sonicviz closed 9 months ago

sonicviz commented 9 months ago

If you use node 18 it errors trying to run Quasar dev If you use node 16 it runs ok.

So, it needs to be updated to be compatible with later node versions as well as updated for Quasar 2+/Vue3. Any chance of that happening? Thanks!

(node:27940) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated. (Use node --trace-deprecation ... to show where the warning was created) Error: error:0308010C:digital envelope routines::unsupported

E:\Source Control\AI Apps\Quasar Boilerplates\quasar-admin\node_modules\loader-runner\lib\LoaderRunner.js:133 if(isError) throw e; ^

[ Error: error:0308010C:digital envelope routines::unsupported

] { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

Node.js v18.17.1

pratik227 commented 9 months ago

Hi @sonicviz,

I don't see any issues with node 18.

It's working fine. Make sure you are using the next branch.

Thanks, Pratik Patel

sonicviz commented 9 months ago

Make sure you are using the next branch.

Aok, that works, thanks.

I missed you had the next branch set by default when cloning it.

pratik227 commented 9 months ago

🚀

Closing this issue.