serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Does not work with Typescript 3.7.2 / 3.7.3

Open aelesia opened this issue 6 years ago • 2 comments

Can't get this to work with the latest Typescript version

Error: ENOENT: no such file or directory, stat '/Users/project/.build/.serverless'

It works with Typescript 3.5.3

I've stopped using this plugin in the mean time and I've changed my build script to run 'tsc && serverless deploy' instead.

aelesia avatar Dec 11 '19 12:12 aelesia

Hi @aelesia

I recently published a new version from my forked repo on npm: @kingdarboja/serverless-plugin-typescript

Please test it as I merged several PRs from this repo in order to solve several issues, including this one.

Cheers!

KingDarBoja avatar Feb 29 '20 03:02 KingDarBoja

Has anyone has luck with typecript 3.8.3? It doesn't seem to work with this version either.

funkel1989 avatar May 01 '20 12:05 funkel1989