Error: Command "yarn run build" exited with 1 #51
-
Hello guys, Since already thank you all very much !! Below is the Build Log 13:33:38.374 Cloning github.com/Claudio-Lins/linstur (Branch: dev-design, Commit: c48a190) |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 10 replies
-
The relevant error message is here:
So it sounds like you are trying to import a file that doesn't exist. You'll need one of these to exist:
This is case sensitive so if you had a file called |
Beta Was this translation helpful? Give feedback.
-
i use this in vue "npm install --save vue-runtime-helpers" it ok |
Beta Was this translation helpful? Give feedback.
-
If you continue to experience issues, consider checking out other discussions and our docs before creating your own discussion here. |
Beta Was this translation helpful? Give feedback.
Hi @Claudio-Lins
The relevant error message is here:
So it sounds like you are trying to import a file that doesn't exist. You'll need one of these to exist:
components/nav.js
components/nav/index.js
This is case sensitive so if you had a file called
components/Nav.js
you would have to importcomponents/Nav
to match the file.