简体   繁体   English

找不到模块:无法在 React 中解析

[英]Module not found: Can't resolve in React

I know that this question is repeated but I can't solve the issue with any of the published answers.我知道这个问题被重复了,但我无法用任何已发布的答案解决这个问题。

I'm getting the error below... and I don't see any issue in the code我收到以下错误...我在代码中看不到任何问题

./src/containers/navBarContainer/NavBarContainer.js
Module not found: Can't resolve '.../components/navBar/NavBar' in 'C:\Users\acanonicco001\Documents\CoderHouse\rjs\desafios-coder\src\containers\navBarContainer'

You almost certainly meant to put ../ instead of .../ .你几乎肯定是../而不是.../

../ indicates moving one folder up . ../表示向上移动一个文件夹 I don't know that .../ actually has a defined meaning.我不知道.../实际上有明确的含义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM