continue
continue copied to clipboard
Build error. Please check your ~/.continue/config.ts file
Before submitting your bug report
- [ ] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS 14.4.1
- Continue: v0.8.27 (also tried the Pre-Release Version)
- IDE: VSCode (with Dev Container)
Description
When trying to modify config.ts it does not seem to have any effect, so it seems that config.ts is not actually applied on top of the config.json.
Tried running continue in a dev container and even with the default config.ts file there is a console log about a build error:
Build error. Please check your ~/.continue/config.ts file: Error: The service was stopped: write EPIPE
Build error. Please check your ~/.continue/config.ts file: Error: The service is no longer running: write EPIPE
To reproduce
No response
Log output
Build error. Please check your ~/.continue/config.ts file: Error: The service was stopped: write EPIPE
Build error. Please check your ~/.continue/config.ts file: Error: The service is no longer running: write EPIPE
@mhpe is this happening only in the dev container and not on native mac? If so, could you share which image you are using, or at least the base image?
I am seeing this with node:18.20-bullseye-slim image for example. Can't run the test natively at the moment, sorry.