所以我一直在另一台服务器上开发,现在我想把它放在实时服务器上。
我在实时服务器上所做的是运行初始创建反应应用程序
create-react-app test
然后我进去 git init
cd test
git init
然后我设置了遥控器
git remote add origin {link}
从这里开始我有点困惑
我做了一个git fetch remote origin
但不确定我应该真正做什么。Agit pull
给了我一些问题,我需要在其中添加文件,然后提交它们。我尝试拉,但它似乎并没有改变内容。
但是,当我做 a时,git checkout origin/redux
我得到了。正确的文件似乎在那里,但我不确定这是否安全。* (detached from origin/redux)
git branch
最后,当我运行时,npm run build
我收到以下错误:
Module not found: Error: Cannot resolve module 'react/lib/ReactComponentTreeHook' in /var/www/html/test/node_modules/react-dom/lib
我的 package.json: http: //pastebin.com/7UBDm2EV