Same error showing in Netlify deploy and Github pages CI/CD #836
Answered
by
Mister-Hope
sachinshilwal
asked this question in
Q&A
-
Hi So I am getting error while running
Some one with prior knowledge in these help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Apr 18, 2022
Replies: 1 comment 4 replies
-
if you are a native English speaker or you know English well, read the log and the answer is obvious. You are installing esbuild window edition locally, while your ci is using Linux. Try removing lock file when committing to ci, or let ci ignore lock file when installing. First solution requires knowledge with git |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you are a native English speaker or you know English well, read the log and the answer is obvious. You are installing esbuild window edition locally, while your ci is using Linux.
Try removing lock file when committing to ci, or let ci ignore lock file when installing.
First solution requires knowledge with git
Second solution requires knowledge with npm