Theia Build Fails #14799
-
C0AGSJHJ2 theia % npm run build
Please help me to resolve this build issue, I have just cloned the code from repo and trying to build it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @rakshitha-p26, looks like something is wrong with the hoisting of the dependencies. Can you attempt to run |
Beta Was this translation helpful? Give feedback.
-
Thanks, It worked! |
Beta Was this translation helpful? Give feedback.
Hey @rakshitha-p26,
looks like something is wrong with the hoisting of the dependencies. Can you attempt to run
git clean -xfd
in the repository (to make sure everything is deleted) and the runnpm install
(or maybe even betternpm ci
to ensure that nothing changes)? That should hopefully resolve the issue.