Re: pgAdmin4 never loading

2017-10-09 Thread Surinder Kumar
Hi 1) Please update the nodeJS to the latest version. v4.2.6 is an older version. 2) Run following commands from '/pgadmin4/web' directory: a) yarn install b) yarn run bundle 3) Then run pgAdmin4. and Let us know If you still get an error. Thanks, Surinder On Tue, Oct 10, 2017 at 1:49 AM

Re: pgAdmin4 never loading

2017-10-09 Thread Surinder Kumar
Hi Pavel, If you are building pgAdmin4 from the source, then you don't need to install pgAdmin4 from the wheel. After taking the pgAdmin4 source from git HEAD, you need to install nodeJS, Yarn to build JS/CSS modules. the error you are getting is possibly due to this. For more help, you can follo