我是 React 新手,决定尝试另一种方法来启动一个项目,而不是 create-react-app,我很遗憾,我使用了一个站点 createapp.dev,它使用了 Parcel 捆绑器而不是 React-scripts 捆绑器,所以在我完成该项目后,我尝试将其部署到 github 页面,但无法阅读包裹文档,但仍然没有帮助,因此我使用 create-react-app 重新启动了该项目,然后复制了代码,但现在我正在一堆中游泳错误
1.安装遗漏的软件包
如果您使用:
1.npm:
npm install --save react-router-dom sass-loader sass
yarn add react-router-dom sass-loader sass
尝试使用 npm:
npm install --save-exact [email protected]
然后打开package.json文件并检查,这里我使用的是这个版本,它现在仍然可以工作。
只需运行 npm install sass, 这对我来说是有效的解决方案