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
Encountering this non-block warning/import error
@openqlabs/drm-frontend:dev: ○ Compiling /api/trpc-playground ... @openqlabs/drm-frontend:dev: ⚠ ../../node_modules/.pnpm/[email protected]/node_modules/mongodb/lib/deps.js @openqlabs/drm-frontend:dev: Module not found: Can't resolve 'aws4' in '/Users/alo/OpenQ-Fullstack/OpenQ-DRM/node_modules/.pnpm/[email protected]/node_modules/mongodb/lib' @openqlabs/drm-frontend:dev: @openqlabs/drm-frontend:dev: Import trace for requested module: @openqlabs/drm-frontend:dev: ../../node_modules/.pnpm/[email protected]/node_modules/mongodb/lib/deps.js @openqlabs/drm-frontend:dev: ../../node_modules/.pnpm/[email protected]/node_modules/mongodb/lib/client-side-encryption/client_encryption.js @openqlabs/drm-frontend:dev: ../../node_modules/.pnpm/[email protected]/node_modules/mongodb/lib/index.js @openqlabs/drm-frontend:dev: ../../packages/drm-db/src/client.ts @openqlabs/drm-frontend:dev: ./src/server/api/trpc.ts @openqlabs/drm-frontend:dev: ./src/server/api/routers/contactRouter.ts @openqlabs/drm-frontend:dev: ./src/server/api/root.ts @openqlabs/drm-frontend:dev: ./src/pages/api/trpc-playground.ts
VERSION: "trpc-playground": "1.0.4"
The text was updated successfully, but these errors were encountered:
@FlacoJones this due to one of your other packages, related to mongodb.
For more info check out https://stackoverflow.com/questions/68610456/module-not-found-cant-resolve-aws4
Sorry, something went wrong.
No branches or pull requests
Encountering this non-block warning/import error
VERSION: "trpc-playground": "1.0.4"
The text was updated successfully, but these errors were encountered: