attempted to import /App 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 './/App'?
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, /mnt/c/Alex Projects/react/frontend/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.
ты eject использовал, так и скажи, а то все думают, что все ок изначально было
тогда странное чета, переустанови ноду
Обсуждают сегодня