build(postinstall): postinstall script to downgrade typeorm on windows (#836)

* build(postinstall): postinstall script to downgrade typeorm on windows

This is a temporary fix for windows baremetal users until we fix #478

re #478

* fix: use win32 as explained in nodejs docs
This commit is contained in:
Fallenbagel
2024-06-24 19:07:25 +05:00
committed by GitHub
parent 268c7df28e
commit d18972b9aa
3 changed files with 14 additions and 1 deletions

View File

@@ -59,7 +59,6 @@ Pre-requisites:
npm i -g win-node-env
set CYPRESS_INSTALL_BINARY=0
pnpm install --frozen-lockfile
pnpm add typeorm@0.13.11
pnpm run build
pnpm start
```