docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

npm install fails due to package-lock.json pointing to local file #58

Closed tylercollier closed 6 months ago

tylercollier commented 6 months ago
$ npm i
...
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/tylercollier/repos/code-examples-node/docusign-webforms-1.0.2-rc11.tgz
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/tylercollier/repos/code-examples-node/docusign-webforms-1.0.2-rc11.tgz'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

Looks like it happened here. https://github.com/docusign/code-examples-node/commit/796a3f7d2e6868b87067898b91022df89175b6bb

Not sure why a local file was committed.

InbarGazit commented 6 months ago

@tylercollier can you try again now?

tylercollier commented 6 months ago

I didn't try again. Instead I just looked at your changes which look fine. Hopefully your change affects what's bundled into the Quickstart example zip files.