eliasku / 13

Fast-action P2P multiplayer game 13 (js13k-2022)
https://iioi.herokuapp.com/
93 stars 28 forks source link

SyntaxError: Unexpected reserved word #85

Closed 3kh0 closed 1 year ago

3kh0 commented 1 year ago

image

I clone it, when installing packages from npm it worked just fine

eliasku commented 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

3kh0 commented 1 year ago

ah i see, make sure you update the README.md

3kh0 commented 1 year ago

Ah it was not that, my version of node.js was v12, once I updated, that fixed it

eliasku commented 1 year ago

@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