Created
February 2, 2024 10:19
-
-
Save ricardoaugusto/b7b387695c496b8a0fbff54394e50ea7 to your computer and use it in GitHub Desktop.
Fixes ERR_OSSL_EVP_UNSUPPORTED when running Nuxt 2 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": { | |
"dev": "nuxt", | |
"build": "nuxt --openssl-legacy-provider build", | |
"start": "nuxt --openssl-legacy-provider start", | |
"generate": "nuxt --openssl-legacy-provider generate", | |
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .", | |
"lint:prettier": "prettier --check .", | |
"lint": "npm run lint:js && npm run lint:prettier", | |
"lintfix": "prettier --write --list-different . && npm run lint:js -- --fix" | |
}, |
Author
ricardoaugusto
commented
Feb 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment