17 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
147
views
Cannot install npm in maven due to missing certs
I got the correct certificate (a .crt file) from my co-worker. I did the appropriate command to add this to the Java Keystore which works well as per this command:
keytool -import -trustcacerts -...
0
votes
1
answer
243
views
Maven frontend plugin is running twice on mvn install
The frontend module pom is just configured with:
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>...
0
votes
0
answers
2k
views
maven-front-end-plugin not working but build is success
I am trying to create ROOT.war to deploy my app to Azure. I have no error in my build after I run
mvn clean install Pprod
but my ROOT.war is missing index.html.
Here is my pom.xml
<build>
...
1
vote
0
answers
858
views
Nexus to proxy yarn registry
I have a Java app with a JavaScript frontend. I am using the maven-frontend-plugin
to download node and yarn, to install yarn modules and to build the frontend with yarn. By default, yarn searches for ...
-1
votes
1
answer
1k
views
Running Vue with Spring Boot
Is it possible to run Vue on the Spring Boot app using maven-frontend-plugin?
There is an official guide on spring.io about doing this with React - you have to use the plugin's webpack goal to ...
1
vote
1
answer
1k
views
Missing component in Angular when it has service mentioned in constructor, non used inside the component itself. JHipster app
Here what we have in browser's debug:
const Mp = {
pageTitle: "ученику"
}
, Ap = {
path: "to-student",
component: Fp,
data: Mp,
...
0
votes
1
answer
13k
views
frontend-maven-plugin when it runs npm run build can't find package.json file
I'm building an app with spring boot backend and angular frontend.
I am using frontend-maven-plugin to build the frontend when running maven
When I run mvn spring-boot:run i get this error:
mvn ...
0
votes
2
answers
11k
views
frontend maven plugin fails to execute goal
If I run mvn clean install for my Angular project, I'm getting the following error:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:npm (npm build) on project client: ...
1
vote
0
answers
449
views
Setup different '/error' handling for back-end Spring Boot and embedded front-end Angular
I'm building a Java Spring Boot Rest API and a front-end in Angular.
The Angular front-end needs to be embedded inside the Spring Boot Java Application. To do this I used frontend-maven-plugin by ...
17
votes
3
answers
48k
views
Cannot find module '@babel/plugin-proposal-class-properties' – React+Spring-boot
I am trying to integrate an exist project of ReactJS into a project of Spring-boot.
I am using in project that have already run good by a tutorial that I’ve implemented.
The pom.xml is using with ...
-1
votes
1
answer
170
views
test:mocha try to run cygwin command on linux
I have a maven project using maven-frontend-plugin to install all node (npm packages) and run all npm tests. Under linux fail due cygwin command.
Inside pom the maven-frontend-plugin configuration is ...
1
vote
0
answers
3k
views
Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.5:npm (angularcli build dev) Failed to run task: 'npm run build' failed
i have a web application using java and angular for front
a few days ago i migrate from ng5 to ng7 and start to use npm instead of yarn package manager.
before migration everything was all right but ...
3
votes
0
answers
1k
views
Problem in updating node version for frontend-maven-plugin maven
Preface:
Maven version : 2.3.2
frontend-maven-plugin version: 0.0.16
Node version : v0.12.9
npmVersion : 1.4.28
While building Plugin got error
"const os = require('os'); Use of const in ...
7
votes
1
answer
8k
views
Cannot install node through Front End Maven Plugin due to certificate error
I am not able to install npm and node when I run front end maven plugin
I get below error :
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:install-node-and-npm (...
1
vote
0
answers
1k
views
eirslett frontend-maven-plugin failing with 403 on yarn install
I am using eirslett frontend-maven-plugin to build war file but getting the below error:
[ERROR] error An unexpected error occurred:
"http://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1....