Skip to content

Commit

Permalink
Fix Node SSL issue
Browse files Browse the repository at this point in the history
Assets cannot be compiled due to an issue caused by using @rails/webpacker which is no longer supported. Replacing it is a lot of work, so this is a short term fix.

The change in this commit affects local development. The equivalent fix in production is to add a Heroku config var:
`NODE_OPTIONS="--openssl-legacy-provider"`
  • Loading branch information
jdudley1123 committed Nov 7, 2024
1 parent 9e88d05 commit 5947ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-options="--openssl-legacy-provider"

0 comments on commit 5947ac1

Please sign in to comment.