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 55 forks source link

Nakama-js is no longer available on npm #5

Closed brett-richardson closed 6 years ago

brett-richardson commented 6 years ago

I'm not sure if this is the right forum for this issue.

Currently nakama-js is not published on NPM which makes it a little difficult to manage, and may cause newcomers issues getting started with Nakama.

novabyte commented 6 years ago

@brett-richardson I've just investigated and I think it's all available as normal: https://www.npmjs.com/package/@heroiclabs/nakama-js

I ran yarn add @heroiclabs/nakama-js on a skeleton project with yarn init and it all works. I'm actually about to complete a release for 0.2.0 and will drop a note here as soon as it's available on NPM.

novabyte commented 6 years ago

@brett-richardson The 0.2.0 release is out (also available on NPM):

https://github.com/heroiclabs/nakama-js/releases/v0.2.0 https://www.npmjs.com/package/@heroiclabs/nakama-js