PeculiarVentures / graphene-cli

The graphene-cli is a cross-platform command line tool for working with PKCS#11 devices
MIT License
5 stars 11 forks source link

Unable to build on linux due to compiler errors #2

Open rmhrisk opened 7 years ago

rmhrisk commented 7 years ago

npm install graphene-cli

image

rmhrisk commented 7 years ago

Issue was resolved by picking up more recent Typescript:

npm install -g typescript

We should update package.json to reflect the version requirement

microshine commented 7 years ago

Current pakcage.json has got typescript in devDependencies. Should I move it to dependencies?