heroiclabs / nakama-js

JavaScript client for Nakama server written in TypeScript.
https://heroiclabs.com/docs/nakama/client-libraries/javascript/
Apache License 2.0
194 stars 56 forks source link

Build system update #138

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

Update to Yarn Version 3

Also investigate why npx typescript doesn't work on some machines -- and we should probably be using yarn dlx instead of npx so we don't bypass Yarn.

Also, shouldn't it be npx tsc instead of npx typescript?

jackunion commented 1 year ago

@lugehorsam still need help on this? I can see the build command has been updated to tsc already.

lugehorsam commented 1 year ago

Hey @jackunion thanks for catching, yes I think this is all sorted now thanks to @tomglenn. We no longer use Yarn.