Posts

Webpack build failing with ERR_OSSL_EVP_UNSUPPORTED

Mittwoch, 21. Juni 2023, 13:42 Uhr | roberto@vasquez-angel.de |

If webpack build fails with ERR_OSSL_EVP_UNSUPPORTED on node > 16 try exporting following variable before running rails:

export NODE_OPTIONS=--openssl-legacy-provider

Fix command: webpack not found on heroku

Mittwoch, 22. Januar 2020, 22:43 Uhr | roberto@vasquez-angel.de |

If you get following message when deploying to heroku (i.e. after upgraping rails):

command webpacker not found

You may need to run following command locally and commit the changes:

rails webpacker:install