-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
devcontainer error in parcel container: npm ERR! Missing script: "watch:parcel" #990
Comments
@AlCalzone @oweitman |
I think so, yes. There is exactly one occurence of The devcontainer probably needs to be changed to use @oweitman I strongly recommend to use https://github.com/ioBroker/dev-server/ instead of the devcontainer instead. |
it would not be that I would have tried the dev-server as well. but the situation is the same there. It is asked, but never answered to the end to reach a solution. by the way, why create a PR. these are not implemented either |
Please retry with the latest version of the dev server. If that doesn't work, please provide a concrete example/repo/commit someone can use to reproduce your problem. Are you saying the linked PR fixes your issue? |
no the pr dosnt fix this issue. and you already wrote, that you missed yomething in changing from parcel to esbuild |
I'm repeating myself too: please provide a concrete example/repo/commit someone can use to reproduce your problem Without that, this issue isn't likely to get fixed, as I (and likely the other devs too) am not going to spend my very limited time trying to read forum posts to figure out how to get to the same point you're stuck on. Please make sure the issue description is complete and self-explanatory. |
the created parcel container stops because where is no watch:parcel script in package.json
create-adapter/templates/package.json.ts
Line 167 in 8c208d4
error message in the logs of parcel container
the installed (test)-adapter configuration and other errors are described in thread
https://forum.iobroker.net/topic/36034/visualstudio-code-und-devcontainer/115
The text was updated successfully, but these errors were encountered: