react新手学习过程中遇到的问题(记录更新)
- touch : 无法将“touch”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请 确保路径正确,然后再试一次。
输入npm install touch-cli -g即可
- yarn : 无法将“yarn”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
输入npm install -g yarn即可
- 在学习搭建React组件库https://github.com/pedronauck/docz中遇到的问题,启动时报错:
Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
You might have mismatching versions of React and the renderer (such as React DOM)
You might be breaking the Rules of Hooks
You might have more than one copy of React in the same app
解决方法:装下nodejs 10.15.7以上的版本就行了,重新下了个nodejs:https://nodejs.org/zh-cn/download/