Page 1 of 1

Documentation: Integration with an Existing Non CLI Applicat

Posted: 09 Feb 2017, 15:29
by adefwebserver
On this page:
http://www.primefaces.org/poseidon-ng/#/documentation

Shouldn't it read "...In case you have an application that does not use CLI, skip to the Integration with an Existing Non CLI Application part"

Re: Documentation: Integration with an Existing Non CLI Appl

Posted: 13 Feb 2017, 14:36
by mert.sincan
Thanks a lot!

Re: Documentation: Integration with an Existing Non CLI Appl

Posted: 23 Feb 2017, 21:37
by rbrugnollo
followed the documentation and I'm getting "You have to be inside an angular-cli project in order to use the serve command." error when running "ng serve"

Re: Documentation: Integration with an Existing Non CLI Appl

Posted: 23 Feb 2017, 21:44
by rbrugnollo
also getting:

"Chrome 56.0.2924 (Windows 10 0.0.0) ERROR
Uncaught Error: Zone already loaded.
at webpack:///~/zone.js/dist/zone.js:24:0 <- src/test.ts:70527
"

When running npm test

Re: Documentation: Integration with an Existing Non CLI Appl

Posted: 23 Feb 2017, 22:37
by bdesrochers
You have to be inside an angular-cli project in order to use the serve command.

I was having this to but somehow it works if you do npm start.

Re: Documentation: Integration with an Existing Non CLI Appl

Posted: 02 Mar 2017, 11:55
by DarthMaul
Actually in posedion npm start just use ng serve as well. And make sure that you are in the right folder.