Nx Monorepo npm err after git merge two branches #8868
daniel-marius
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm currently working with angular, node, typescript, and nx monorepo for one of my company's clients. The development idea that we are using is Intellij Idea. All the code that I'm writting I'm pushing into Bitbucket repository. The CI/CD pipeline is done with Jenkins, and the success builds are deployed on openshift. Before merging my working local branch into a development branch on Bitbucket, I merged my working branch with the main branch locally to see if everything works. At this moment I'm facing a new issue: npm err! code elifecycle; error errno 1. This is not a problem with npm. Exist status 1, verbose stack at EventEmitter, at EventEmitter.emit, at ChildProcess, at ChildProcess.emit, at Process.ChildProcess._handle.onexit. I tried to delete the node_modules, npm cache clean, package-lock.json, and then type npm install. None of these worked for me. This is happening after I merge the two branches locally. Maybe someone has seen a similar problem before. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions