使用React图标时找不到模块错误

时间:2018-10-10 06:53:46

标签: reactjs

我正在完成Lynda的Learning React课程。在第四章的第一个视频中,我面临一个问题。当我在Git Bash上键入npm start时,显示以下错误:

> bulletin-board@0.1.0 start C:\Users\John\Desktop\Ex_Files_Learning_Reactjs\Files\Ch04\04_01\start\bulletin-board
> react-scripts start

The `setup` option is deprecated and will be removed in v3. Please update your config to use `before`
Starting the development server...

Failed to compile.

./src/Note.js
Module not found: Can't resolve 'react-icons/lib/fa/pencil' in 'C:\Users\John\Desktop\Ex_Files_Learning_Reactjs\Files\Ch04\04_01\start\bulletin-board\src'

我尝试使用与我的堆栈溢出问题中所示的许多解决方案。但是他们对我不起作用。

我被困住了,如果不解决它就无法继续进行下去。

0 个答案:

没有答案