Following Digitalocean deploy tutorial leads to error
Hello! I'm following this step-by-step tutorial
https://vuestorefront.io/blog/step-by-step-guide-deploying-vue-storefront-on-digitalocean
but I get an error during build:
ERROR Error: error:0308010C:digital envelope routines::unsupported
and build hangs on forever.
Can you please help me understand what's wrong? I think I carefully followed every step in the guide.
thanks!
Guide to Deploying Vue Storefront on DigitalOcean | Vue Storefront
This guide is intended for developers who are familiar with both Vue Storefront and DigitalOcean and are looking to set up the eCommerce application on the cloud-based hosting service.
5 Replies
I found out the problem is caused by nodejs >v.18, as stated here:
Stack Overflow
How to resolve "Error: error:0308010C:digital envelope routines::un...
please i need help with my nuxtjs application.
i recently had eslint conflicts in app after i left it for some time without updating (2months). So after i started working on the app, it post along of
So I solved changing the engines value in package.json like this
'''
"engines": {
"node": "16.x"
}
'''
@skirianov i think it would be best to update the blog with this? 🙂
@FabianClemenz thanks! Will do ❤️