Failed to compile

Hello community,

I am receiving following errors:

Compiled with problems:

ERROR in ./src/App.jsx 8:0-84

Module not found: Error: Can’t resolve ‘react-router-dom’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src’

ERROR in ./src/App.jsx 10:0-30

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src’

ERROR in ./src/App.jsx 11:0-28

Module not found: Error: Can’t resolve ‘antd/dist/antd.css’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src’

ERROR in ./src/components/Account.jsx 10:0-43

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components’

ERROR in ./src/components/Account.jsx 13:0-51

Module not found: Error: Can’t resolve ‘@ant-design/icons’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components’

ERROR in ./src/components/Blockie.jsx 6:0-38

Module not found: Error: Can’t resolve ‘react-blockies’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components’

ERROR in ./src/components/Categories.jsx 7:0-28

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components’

ERROR in ./src/components/Feed/Feed.jsx 10:0-38

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components\Feed’

ERROR in ./src/components/Feed/components/AddPost.jsx 10:0-31

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components\Feed\components’

ERROR in ./src/components/Feed/components/Post.jsx 9:0-66

Module not found: Error: Can’t resolve ‘antd’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components\Feed\components’

ERROR in ./src/components/Feed/components/Post.jsx 10:0-93

Module not found: Error: Can’t resolve ‘@ant-design/icons’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components\Feed\components’

ERROR in ./src/components/Feed/components/Post.jsx 11:0-44

Module not found: Error: Can’t resolve ‘antd/lib/typography/Text’ in ‘C:\Windows\System32\web3-social-network-boilerplate\src\components\Feed\components’

Do you have any ideas how to fix? Thanks for reply!

Is this from a fresh clone of web3-social-network-boilerplate?

Try installing those packages with npm install [email protected] [email protected].