testcontainers-node icon indicating copy to clipboard operation
testcontainers-node copied to clipboard

Seems like redpanda.yaml.hbs is not included in the build artifact

Open kashive opened this issue 1 year ago • 0 comments

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",

kashive avatar May 01 '24 00:05 kashive