Попытка установки типа orm для postgres
npm install --save @nestjs/typeorm typeorm postgres
Но выдается следующая ошибка:
> postgres@0.0.1 install /home/kiffin/projects/coin/coin-compliancy-platform/server/node_modules/postgres
> node-waf configure build
sh: 1: node-waf: not found
Попытка установить ее:
npm install -g node-waf
или
npm install node-waf --save
тоже не помогает.