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

Install instructions with CORRECT versions #79

Open
mosesgi opened this issue Apr 5, 2019 · 0 comments
Open

Install instructions with CORRECT versions #79

mosesgi opened this issue Apr 5, 2019 · 0 comments

Comments

@mosesgi
Copy link

mosesgi commented Apr 5, 2019

I'm not member who contributed to this project.
I'm just new to this celerio-angular-quickstart project and interested in it.
When I tried to make the quickstart run successfully, many issues came out because of incorrect versions I'm using. This project is just out-of-date, and angular is involving too fast.

Here is the correct commands you should use.
Please DO NOT install angular/cli before executing these commands, if you have, please uninstall it first
npm uninstall -g @angular/cli

From a first console run:

git clone https://github.com/jaxio/celerio-angular-quickstart.git
cd celerio-angular-quickstart/quickstart
npm install -g @angular/[email protected]
ng new web
rm web/src/app/app.module.ts web/src/app/app.component.* web/src/styles.css
mvn -Pdb,metadata,gen generate-sources
mvn spring-boot:run

Then from a second console run (Reference to another thread #72):

cd celerio-angular-quickstart/quickstart/web
npm install [email protected] -f
npm i @angular/[email protected]
npm i @angular/[email protected]
npm i [email protected]
npm i font-awesome
//fix for style.css (quickstart\web\src\styles.css)
//remove '~' sign from line 4 @import '~https://fonts.googleapis.com/icon?family=Material+Icons';
ng serve --proxy-config proxy.conf.json -o

@mosesgi mosesgi closed this as completed Apr 5, 2019
@mosesgi mosesgi reopened this Apr 5, 2019
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

1 participant