We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot build on my Mac M1 machine using node v17.9.1 and 8.11.0 due to this error. I've just submitted a PR to fix it..
#673
node_modules/langchain/dist/util/async_caller.d.ts:30:22 - error TS2702: 'PQueueMod' only refers to a type, but is being used as a namespace here.
30 protected queue: PQueueMod.default;
The text was updated successfully, but these errors were encountered:
@ashburnham LangChainJS only works with "node": ">=18".
"node": ">=18"
Check out the package.json:
package.json
https://github.com/hwchase17/langchainjs/blob/main/package.json#L5
Sorry, something went wrong.
Resolved in #673 thanks @ashburnham for reporting
No branches or pull requests
I cannot build on my Mac M1 machine using node v17.9.1 and 8.11.0 due to this error. I've just submitted a PR to fix it..
#673
node_modules/langchain/dist/util/async_caller.d.ts:30:22 - error TS2702: 'PQueueMod' only refers to a type, but is being used as a namespace here.
30 protected queue: PQueueMod.default;
The text was updated successfully, but these errors were encountered: