-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build Dashboard error #4143
Comments
hello @xiong305817127 , the what is the error when you run command about the error
you can skip them, it's warnings about TypeScript. We're migrating all js code to TypeScript so when type is not set we have these warnings about the slow build process, yes you can remove the cleanup of npm and bower modules. BTW using only |
@benoitf , I run the command
I found a similar problem : Add the unsafe-perm flag to my package.json: I get a success, thanks. |
I have very similar problem. In build_log.txt is the building log from mvn clean install command in che/dashboard folder. I tried putting unsafe-perm flag but no luck. |
@ndjuric93 - please open a new issue and provide all steps that you have taken to make the issue reproducible. Then an engineer can help. |
@ndjuric93 It was fixed yesterday by this PR #4365. Please, update to current version. |
@ashumilova @TylerJewell Thanks a lot, updating bower.json solved it. |
Hi there,
then it turned out warning like yours
I tried to add these to pom.xml , but it didn't work
I also tired to add the unsafe-perm flag to my package.json , but it didn't work
finally , I searched and found out the key point was that npm was behind a proxy.
|
hi,I encountered a problem when using Maven to build Dashboard in che 5.2.2
I compare che5.2.2 and che5.0.1 versions of the dashboard pom.xml ,Find some change :
v5.0.1:
v5.2.2:
I'm using a new machine (never built dashboard) ,I add code that has been deleted in che5.2.2 at dashboard pom.xml
use mvn clean install ,I get a success, but there are some errors in the log,Can I ignore it?
There are many similar error:
I have a suggestion :
In dashboard pom.xml ,There is such a setup :
Can I get rid of this?Otherwise build very slow .
thanks!
The text was updated successfully, but these errors were encountered: