Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

getting error while installing npm react-redux-form

// edit the below items on package.json
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.8",

// now re-install node and redux
npm i
npm i redux react-redux

// now install react-redux-form
npm i react-redux-form
 
PREVIOUS NEXT
Tagged: #error #installing #npm
ADD COMMENT
Topic
Name
6+1 =