Errors!
I'm not familiar with out the electric snake spills into the docker environ, but it seems to have lost its vite.Explored via shell:
$ docker run -v .:/app -p 9005:5000 --rm -it --name cos99 jamola-cos-jamo bash
root@51905212b366:/app# npm run dev
(node:8) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
> svelte-latest@0.0.1 dev
> vite dev
VITE v5.4.11 ready in 1226 ms
So! Lets do this:
$ docker compose up --build
[+] Building 18.8s (21/21) FINISHED
...
And then it's fine!?
No comments:
Post a Comment