Couldn't find package.json #24
-
Beta Was this translation helpful? Give feedback.
Answered by
warengonzaga
Nov 21, 2021
Replies: 1 comment
-
You did not follow the correct build steps. You need to make sure you meet the following requirements before doing that. Also, make sure that your current working directory is inside the builder directory. In your case, you are in the wrong directory. That's why you are seeing that error because there is no package.json file in your current working directory. You can follow this video tutorial in tagalog: #20 😎 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
warengonzaga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You did not follow the correct build steps. You need to make sure you meet the following requirements before doing that.
Also, make sure that your current working directory is inside the builder directory. In your case, you are in the wrong directory. That's why you are seeing that error because there is no package.json file in your current working directory.
You can follow this video tutorial in tagalog: #20 😎