Eve icon indicating copy to clipboard operation
Eve copied to clipboard

npm install fails because tsc command is not found

Open allain opened this issue 8 years ago • 2 comments
trafficstars

allain avatar Oct 17 '17 20:10 allain

tsc is Typescript. Probably it is assumed that it is installed globally (using npm -g typescript)?

jonnor avatar Nov 29 '17 00:11 jonnor

It is indeed. There should be a guard clause to tell users so, or it ought to be added as a dependency. At the very least maybe add it to the docs.

On 28 November 2017 at 19:52, Jon Nordby [email protected] wrote:

tsc is Typescript. Probably it is assumed that it is installed globally (using npm -g typescript)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/witheve/Eve/issues/881#issuecomment-347715395, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG4b_fE-OHpLYh0A2ETyGibo_X3d8fhks5s7KrBgaJpZM4P8w9u .

allain avatar Nov 29 '17 01:11 allain