Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

ERR_OSSL_EVP_UNSUPPORTED

go to packages.json then, add this "--openssl-legacy-provider"  to the scripts
BEFORE (ANTES DE EDITAR)
"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build"
}
AFTER (LUEGO DE EDITAR)
"scripts": {
    "start": "react-scripts --openssl-legacy-provider start",
    "build": "react-scripts --openssl-legacy-provider build"
}
Comment

ERR_OSSL_EVP_UNSUPPORTED

for vuejs can install nvm (node version Manager)

1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
2. Open your project
3. Open the terminal in your project
4. Run this command nvm install 16.13.0 or any older version
5. After the installation is completed, run nvm use 16.13.0

Comment

PREVIOUS NEXT
Code Example
Javascript :: js datetime now 
Javascript :: make page refresh on top in react js 
Javascript :: remove item from localstorage 
Javascript :: regex to match empty string 
Javascript :: jquery if attribute 
Javascript :: convert hex to decimal javascript 
Javascript :: uuid use in express 
Javascript :: console log larger 
Javascript :: nodejs print variable in string 
Javascript :: how to make graphql request in axios 
Javascript :: popup alert in flutter 
Javascript :: textalign javascript 
Javascript :: Sorting an array of objects on both ascending and descending order on same click 
Javascript :: js copy a div 
Javascript :: react localstorage remove item 
Javascript :: react native text area align top 
Javascript :: edit onclick event 
Javascript :: jQuery.easing[this.easing] is not a function 
Javascript :: mask date of birth/ dob in javascript 
Javascript :: cypress scroll bottom 
Javascript :: js date year 
Javascript :: get value of element html js 
Javascript :: change background color input jquery 
Javascript :: email validation in react js 
Javascript :: jquery remove background color 
Javascript :: ngrok angular 8 
Javascript :: public class NameOf { public static String nameof<T(Expression<Func<T name) { MemberExpression expressionBody = (MemberExpression)name.Body; return expressionBody.Member.Name; } } 
Javascript :: How to change htm h1 from nodejs 
Javascript :: get json from url c# 
Javascript :: jquery calc height based on width 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =