• Home
  • About
    • Shadow Knight photo

      Shadow Knight

      https://live.bilibili.com/9565678

    • Learn More
    • Twitter
    • Facebook
    • Instagram
    • Github
    • Steam
  • Posts
    • All Posts
    • All Tags
  • Projects

ubuntu16.4安装官方reactjs

10 May 2018

Reading time ~1 minute

reactjs官网

reactjs

npm install 项目中一定要有 package.json 和package-lock.json

清理缓存

 npm cache clean --force

#### ubuntu 出错大部分是权限问题 reactjs npm start要权限 sudo npm start 也要权限 sudo npm install 实在不行转 ru root 如果没有设置root密码

    sudo passwd

出现的黄色部分是警告

reactjs

npm 6.0降级5.6

npm i -g npm@5.6.0 //基本没用



reactnodejsubuntu Share Tweet +1