Sorry for personal email. I'm not deliberately
-- Forwarded message --
From: Pavel Klimenko
Date: 2017-12-22 14:48 GMT+03:00
Subject: Re: pgAdmin4 never loading
To: Surinder Kumar
I'm update to pgAdmin 4 v2.1-dev, but see only wite screen
2017-10-13 13:30 GMT+0
Hi Pavel,
Please don't send email personally, instead send to pgadmin-hackers.
Hi
On Tue, Oct 10, 2017 at 12:53 PM, Pavel Klimenko wrote:
> Thanks, I'll try to do this when there is an opportunity.
>
> What about desktop version, how to fix the same error?
>
T
he same steps will fix the issue
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
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