Ondřej Misák

Results 44 comments of Ondřej Misák

One possible problem could be that one of your deps has a dependency on `Vue 2`. For example, the presence of the `@gtm-support/vue-gtm` package in `package.json` is causing this particular...

@danielroe I finally managed to create a reproduction of this infernal bug! https://stackblitz.com/edit/github-ecbwau?file=package.json Steps: 1. run `$ pnpm install` 2. run `$ pnpm run build` 3. run `$ node .output/server/index.mjs`

Try this: https://github.com/vuex-orm/vuex-orm/issues/255#issuecomment-876378684

Same problem: ``` $ webpack --mode development && webpack serve --mode development [webpack-cli] Failed to load '/home/misaon/Projects/ballIn/src/boilerplates/webpack-boilerplate/webpack.config.js' config [webpack-cli] Error: Cannot find module 'Phaser' Require stack: - /home/misaon/Projects/ballIn/src/boilerplates/webpack-boilerplate/webpack.config.js - /home/misaon/Projects/ballIn/src/boilerplates/webpack-boilerplate/node_modules/webpack-cli/lib/webpack-cli.js...

Today same issue as @Jack-Ji.. Temporary solved it by restart docker service. ``` root@swarm-manager-1:~# docker info Client: Debug Mode: false Server: Containers: 9 Running: 9 Paused: 0 Stopped: 0 Images:...

@maviniciuus @Jack-Ji Thanks so much for your interest in this issue. I see the problem in that when the deploy stack (via docker-compose.yml file), and then try $ docker stack...

> > @maviniciuus @Jack-Ji > > Thanks so much for your interest in this issue. I see the problem in that when the deploy stack (via docker-compose.yml file), and then...