Created
February 2, 2024 10:00
-
-
Save ricardoaugusto/46135aae05d038398900841c32c4c117 to your computer and use it in GitHub Desktop.
Fixes ERR_OSSL_EVP_UNSUPPORTED when running vue-cli-service on Node.js > 17 on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"start": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", | |
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", | |
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", | |
"test:unit": "vue-cli-service test:unit", | |
"test:e2e": "vue-cli-service test:e2e", | |
"lint": "vue-cli-service lint" | |
} |
Author
ricardoaugusto
commented
Feb 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment