Serverless create fails with : ENOENT: no such file or directory

Hi All,

I am trying to follow instructions from : serverless-chrome/examples/serverless-framework/aws at master · adieuadieu/serverless-chrome · GitHub

I was able to install serverless using npm:

npm install serverless -g

But when i run this command:
serverless create -u

It fails with the following error:
Error: ENOENT: no such file or directory, link ‘C:\dist’ → ‘C:\Users\delegate\AppData\Local\Temp\serverless-chrome\packages\lambda\integration-test\dist’

It works perfectly on Mac.

I see a bug which is open on same: Create failing with ENOENT: no such file or directory · Issue #96 · adieuadieu/serverless-chrome · GitHub

Any ideas or workarounds would be appreciated.