Показать сообщение отдельно
  #5 (permalink)  
Старый 11.05.2023, 12:20
Аспирант
Отправить личное сообщение для riaron86 Посмотреть профиль Найти все сообщения от riaron86
 
Регистрация: 27.11.2021
Сообщений: 76

ERROR in ./src/index.js 7:0-37
Module not found: Error: Can't resolve '/components/item/' in 'C:\react\client\src'
Compiled with problems:
×
ERROR in ./src/index.js 7:0-36
Module not found: Error: You attempted to import /components/item which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
Did you mean './/components/item'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\react\client\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.

копирую название components из сообщения в название папки ничего не меняется
а папка находится src

Последний раз редактировалось riaron86, 11.05.2023 в 12:29.
Ответить с цитированием