Closed 3kh0 closed 1 year ago
@3kh0 I moved tools/
to packages/tools/
, seems like your package.json is out of date, current command is "build": "ts-node --esm --swc packages/tools/build.ts"
, but I notice your version runs old ts-node --esm --swc tools/build.ts
ah i see, make sure you update the README.md
Ah it was not that, my version of node.js was v12, once I updated, that fixed it
@3kh0 I will update requirements, because right now I personally do checks on NodeJS v18, and NPM v >=7 because of workspaces are used in project setup
I clone it, when installing packages from npm it worked just fine