-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Description
Version
4.1.2
Reproduction link
https://github.com/engblh/docker-for-vue-dev
Environment info
Environment Info:
System:
OS: Linux 4.19 Debian GNU/Linux 9 (stretch) 9 (stretch)
CPU: (2) x64 Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
Binaries:
Node: 10.15.0 - /usr/local/bin/node
Yarn: 1.12.3 - /usr/local/bin/yarn
npm: 6.13.6 - /usr/local/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
npmGlobalPackages:
@vue/cli: 4.1.2
Steps to reproduce
- Git clone
- cd docker-for-vue-dev
- Docker-compose up
Environment used:
docker version 2.2.0.0(42247) win 10 and WSL ubuntu 18.04
Docker engine 19.03.5, compose v1.25.2
What is expected?
expected to show default vue homepage
What is actually happening?
Successfully built 4166371f2e1a
Successfully tagged docker-vue:latest
Creating docker-vue ... done
Attaching to docker-vue
docker-vue |
docker-vue | > docker-for-vue-dev@0.1.0 serve /var/www/docker-vue
docker-vue | > vue-cli-service serve
docker-vue |
docker-vue | sh: 1: vue-cli-service: not found
docker-vue | npm ERR! file sh
docker-vue | npm ERR! code ELIFECYCLE
docker-vue | npm ERR! errno ENOENT
docker-vue | npm ERR! syscall spawn
docker-vue | npm ERR! docker-for-vue-dev@0.1.0 serve: vue-cli-service serve
docker-vue | npm ERR! spawn ENOENT
docker-vue | npm ERR!
docker-vue | npm ERR! Failed at the docker-for-vue-dev@0.1.0 serve script.
docker-vue | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
docker-vue |
docker-vue | npm ERR! A complete log of this run can be found in:
docker-vue | npm ERR! /root/.npm/_logs/2020-01-24T15_45_29_935Z-debug.log
It was working a couple days ago on win 10, WSL ubuntu 18.04, but problem started happening since yesterday.
It works on MacOS, but not on Win 10, WSL Ubuntu 18.04