nalply / rbts

Typescript red-black tree
ISC License
12 stars 3 forks source link

Installation fails #10

Closed Jomik closed 2 years ago

Jomik commented 2 years ago

https://github.com/nalply/rbts/blob/589327d0c01da3540dba16e45d355b30ad503094/package.json#L8 When installing you get tsc: command not found, probably due to the above. https://docs.npmjs.com/cli/v8/using-npm/scripts#npm-install

nalply commented 2 years ago

You need to install Typescript first.

Jomik commented 2 years ago

I do have typescript installed as a devDependency, but the above is an unnecessary step as you already bundle the transpiled js files. I do not want typescript as a global installation as I use a lot of different versions for different projects.

nalply commented 2 years ago

ah okay, maybe I will look at it some time

DanielSWolf commented 2 years ago

Has there been any progress on this? I'd love to use this package, but the install script results in an error, and our build servers don't have TypeScript installed globally.