testcontainers-node
testcontainers-node copied to clipboard
Seems like redpanda.yaml.hbs is not included in the build artifact
Expected Behaviour redpanda container should start
Actual Behaviour Redpanda container does not start
Error: ENOENT: no such file or directory, open '/Users/avishek/Goldsky/goldsky/node_modules/.pnpm/@[email protected]/node_modules/@testcontainers/redpanda/build/redpanda.yaml.hbs'
Testcontainer Logs ...
Steps to Reproduce
- npm install @testconainers/redpanda
- return new RedpandaContainer().start();
Environment Information
- Operating System: MacOS
- Docker Version: Docker version 24.0.2, build cb74dfc
- Node version:
- Testcontainers version: "testcontainers": "^10.8.2","@testcontainers/redpanda": "^10.9.0",