This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Executing goal indstall-node-and-npm error #128
Comments
I am having the same issue.
The point is that the nice tutorial doesn't work. :'( |
@pablozoani @SigurdMoth Apparently, you're supposed to do it like this:
...I know. It took me hours to figure it out because it wasn't in the tutorials. Good luck!! |
UgmaDevelopment
added a commit
to UgmaDevelopment/tut-react-and-spring-data-rest
that referenced
this issue
Jan 14, 2021
It looks like, to maintain sanity, the configuration for the frontend-maven-plugin was defined in the root tutorial pom and the configuration is inherited by all the submodules, like `basic`. The problem was that one following along with the project needs that configuration. Now, we show the full configuration instead by including the frontend-maven-plugin configuration from the root POM instead of from `basic`'s POM. Should resolve some concerns described in issues spring-attic#124, spring-attic#128.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to do this tutorial with a friend but we got stuck due to something either being too implicit or wrong (outdated?).
We more specifically couldn't find a way to complete "Loading JavaScript Module".
If we follow the steps exactly as they are stated, we receive errors about executing its goal install-node-and-npm, npm and webpack from the eirslett plugin / repository.
The text was updated successfully, but these errors were encountered: