You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After issuing the git clone https://github.com/gregturn/spring-a-gram.git command, I changed into the spring-a gram folder. When I issue the bower install command, it says:
bower ENOENT No bower.json present
I also tried importing the app into STS as an existing Maven application, but that also fails.
sass-maven-plugin:2.5:update-stylesheets (2 errors)
Description: No marketplace entries found to handle sass-maven-plugin:2.5:update-stylesheets in Eclipse. Please see Help for more information.
I'm using a Mac OS X (El Capitan).
The text was updated successfully, but these errors were encountered:
Bower install won't work at the project level because each component is a separate microservice. You must go into each module's src/main/resources/static folder to find bower.json.
Your alternative is to run "mvn package". That will go into each module and invoke the frontend-maven-plugin, which is configured with the location of bower.json.
After issuing the git clone https://github.com/gregturn/spring-a-gram.git command, I changed into the spring-a gram folder. When I issue the bower install command, it says:
bower ENOENT No bower.json present
I also tried importing the app into STS as an existing Maven application, but that also fails.
sass-maven-plugin:2.5:update-stylesheets (2 errors)
Description: No marketplace entries found to handle sass-maven-plugin:2.5:update-stylesheets in Eclipse. Please see Help for more information.
I'm using a Mac OS X (El Capitan).
The text was updated successfully, but these errors were encountered: