npm install issue #319
-
after running npm and then according to instructions ,after running ./gradlew npm_install ,then next http://localhost:4200/. is not working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You did nothing wrong. The documentation is not good at this point. The gradle command does not start the UI. You need to install NodeJS on your machine. If you have then that, follow these steps:
You should now be able to open the UI in your browser (http://localhost:4200/). |
Beta Was this translation helpful? Give feedback.
-
Thanks it setup. |
Beta Was this translation helpful? Give feedback.
You did nothing wrong. The documentation is not good at this point. The gradle command does not start the UI. You need to install NodeJS on your machine. If you have then that, follow these steps:
npm install
install in the root folder of the Polypheny-UI repository.npm install -g @angular/cli
ng serve --aot -o
You should now be able to open the UI in your browser (http://localhost:4200/).