Skip to content
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

Moddable is old in Dockerfile #126

Closed
stc1988 opened this issue Feb 25, 2023 · 1 comment · Fixed by #127
Closed

Moddable is old in Dockerfile #126

stc1988 opened this issue Feb 25, 2023 · 1 comment · Fixed by #127

Comments

@stc1988
Copy link
Contributor

stc1988 commented Feb 25, 2023

Describe the bug
Build application failed because Moddable is old.

To Reproduce

Using Docker images.

$ ./build-container.sh
$ ./launch-container.sh
# Run inside container
$ npm install

# run application
root@docker-desktop:/workspace/stackchan# mcconfig -d -m -p esp32/m5stack
### Error: '/root/Projects/moddable/examples/pins/audioout/resource-stream/manifest_streamer.json': manifest not found!

Other.
Git commit hash of Moddable in Dockerfile is old.

@meganetaaan
Copy link
Collaborator

Thank you for your report! I started fixing on this branch.
As you pointed out the container image is too old to build the dev/v1.0 Stack-chan.

I built a docker image for the latest release (v3.7.0).
The Moddable tools (mcconfig, mcsim, etc.) works well. But when I try to run npm run build the container shows permission error. Still digging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants