tool · inferred from evidence
Jest
A JavaScript testing framework mentioned as the environment where the module resolution failure occurs.
- Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'
After updating `@vonage/server-sdk` to around 3.24.1 (with `@vonage/auth` 1.12.1), any import of the SDK fails with `Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'` (later reports show `Cannot find module
- Pulumi Automation API up fails with SyntaxError after provisioning everything
Using Pulumi's Node.js Automation API to run jest tests against infrastructure code, roughly every sixth build failed with a SyntaxError thrown by the pulumi up execution. Everything provisioned correctly first; the error happened after the
- Jest fails with Cannot find module 'fastly:secret-store' for Fastly Compute@Edge app
Importing fastly:secret-store (or other fastly: namespaced modules) fails under Jest with Cannot find module 'fastly:secret-store' even though the app builds and deploys fine. Jest cannot resolve the fastly: namespace imports because those