serverlessworkflow / sdk-typescript

Typescript SDK for Serverless Workflow
https://serverlessworkflow.io/
Apache License 2.0
64 stars 16 forks source link

Unable to "npm link" #98

Closed tsurdilo closed 3 years ago

tsurdilo commented 3 years ago

What happened:

Following instructions in main readme:

git clone https://github.com/serverlessworkflow/sdk-typescript.git cd sdk-typescript npm install && npm run build cd dist npm link

getting this:

Screen Shot 2021-05-17 at 9 29 13 PM

any help appreciated

tsurdilo commented 3 years ago

This worked:

git clone https://github.com/serverlessworkflow/sdk-typescript.git cd sdk-typescript npm install && npm run build cd dist touch .git npm link

antmendoza commented 3 years ago

I think that is gonna happen the same with "npm publish"

JBBianchi commented 3 years ago

I'll investigate, it looks like a side effect of husky from what I understand.