Friday, 24 January 2020

React




1- npm install -g create-react-app

      then occur this error Error: EACCES: permission denied, symlink '../lib/node_modules/create-
       react-app/index.js' -> '/usr/bin/create-react-app'

       then use this sudo npm install -g create-react-app

2- npm install -g create-react-app

       Error:- react-scripts: not found
       fix:- yarn install or nvm version not support




No comments:

Post a Comment

  Common Git Commands   Take clone of a repository git clone <remote-repository-url> ex: git clone  https://github.com/agricor/RegTech...