Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do npm install before commits #11112

Closed
wants to merge 1 commit into from
Closed

Conversation

qmonmert
Copy link
Contributor

@qmonmert qmonmert commented Oct 13, 2024

Fix #11106

Error on the CI:
java.io.IOException: Cannot run program "npm" (in directory "C:\Users\RUNNER~1\AppData\Local\Temp\jhlite-test\92384c76-6567-40e3-98ba-91dfbc472ef1"): CreateProcess error=2, The system cannot find the file specified
cc @pascalgrimaud

npm i slows down execution to apply modules...

@qmonmert qmonmert added the area: bug 🐛 Something isn't working label Oct 13, 2024
@pascalgrimaud
Copy link
Member

pascalgrimaud commented Oct 13, 2024

Yes, we should not run npm i by default, before applying module, as it will slow down a lot the CI as you said.
That's why, in the UI, we have the choice.

@qmonmert qmonmert closed this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to apply typescript and vue-core in a second time
2 participants