Hugo Alliaume

Results 329 comments of Hugo Alliaume

Hi, see https://github.com/ramsey/composer-install#alternate-composerjson-locations. Using `--workding-dir` in your `composer-options` will automatically change the working directory (see related PR #107)

One, you can run the image with tty enabled. Two, :man_shrugging: . Three, the default password is specified in the README, I'm sure you can find it with your eyes!!

Thanks a lot @LinusBorg, it was very boring... :disappointed:

Hi, looks like the issue is coming from https://github.com/adambullmer/vue-cli-plugin-browser-extension

As specified in the [Vue-CLI documentation](https://cli.vuejs.org/config/#devserver), you must pass `--port` to specify which port you want to use.

Hi, please see https://github.com/Kocal/vue-web-extension/issues/654#issuecomment-756663110

Hi! I think you problem comes from `npm install -g @vue/cli-init` which is only needed for pulling old template for Vue-CLI 2.x (see https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy). This project is for Vue-CLI 3+,...

- `vue init ...` is for pulling legacy templates (Vue-CLI 2), see https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy. - `vue create` is for pulling "new" templates (Vue-CLI 3+). > Also, I tried running the secon...