Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .nvmrc file to ensure node version #34

Closed
wants to merge 1 commit into from

Conversation

markwitt1
Copy link

Using version 16 created this bug for me:

PineconeClient: Error calling upsert: TypeError: stream.getReader is not a function

@mayooear
Copy link
Owner

Thanks for this. There are a few issues with using .nvmrc including the added dependency on nvm which most users don't use, plus it may also add more friction to user local setup.

I have made a PR specifying the node.js version in the engines field of package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants