I'm trying to use this library, but am running into various issues. For example, I get these module resolution issues:
@acme/nextjs:dev: Module not found: Can't resolve 'http' in '/Users/user/static/org/company/website/node_modules/.pnpm/@convertcom+js-sdk@1.2.0/node_modules/@convertcom/js-sdk/lib'
@acme/nextjs:dev: Module not found: Can't resolve 'https' in '/Users/user/static/org/company/website/node_modules/.pnpm/@convertcom+js-sdk@1.2.0/node_modules/@convertcom/js-sdk/lib'
@acme/nextjs:dev: Module not found: Can't resolve 'querystring' in '/Users/user/static/org/company/website/node_modules/.pnpm/@convertcom+js-sdk@1.2.0/node_modules/@convertcom/js-sdk/lib'
@acme/nextjs:dev: Module not found: Can't resolve 'querystring' in '/Users/user/static/org/company/website/node_modules/.pnpm/@convertcom+js-sdk@1.2.0/node_modules/@convertcom/js-sdk/lib'
As well as this issue:
@acme/nextjs:dev: ApiManager.releaseQueue() { error: 'Unable to perform network request' }
I have a feeling that all of these issues are fixed on the pre-release-v1.3 branch, and I'd like to try it out. Please publish it to npm under some sort of pre-release or canary tag.
I'm trying to use this library, but am running into various issues. For example, I get these module resolution issues:
As well as this issue:
I have a feeling that all of these issues are fixed on the pre-release-v1.3 branch, and I'd like to try it out. Please publish it to npm under some sort of pre-release or canary tag.