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

Installation failures #83

Open
MelisaLang opened this issue Jan 5, 2016 · 2 comments
Open

Installation failures #83

MelisaLang opened this issue Jan 5, 2016 · 2 comments

Comments

@MelisaLang
Copy link

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).

@gregturn
Copy link
Owner

gregturn commented Jan 5, 2016

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.

@gregturn
Copy link
Owner

gregturn commented Jan 5, 2016

Regarding sass issues, can you track that in a separate issue so we can resolve the bower issue more promptly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants