2021年04月14日

pg_restore.exe' file not found. please correct the binary path in the preferences dialog

restore で エラー

'c:\program files\postgresql\13\pgadmin 4\runtime\pg_restore.exe' file not found. please correct the binary path in the preferences dialog
pga01.png


File→Preferences→Path→Binary Path


pga02.png


C:\Program Files\PostgreSQL\13\bin


pga03.png



pga04.png
posted by a23 at 13:58| Comment(9) | PostgreSQL

Tools for Native Modules

Tools for Native Modules
node_01.png



some npm modules need to be compiled from C/C++ when installing.
if you want to be able to install such modules, some tools (Python and Visual Studio Build Tools) need to be installed.


Automaticaly install the necessary tools.Note that this will also install Chocolatey. The script will pop-up a new windows after the installation completes.


Alternatively, follow the instructions ad https://github.com/nodejs/node-gyp#on-windowsl to install the dependenceis youeself.

posted by a23 at 10:10| Comment(0) | nodejs