i-pu / ipu-room

⚠ [Pausing] Developping Social-Room-Service for studying
3 stars 1 forks source link

Can't build client/Dockerfile-build #43

Closed hamadakafu closed 5 years ago

hamadakafu commented 5 years ago

When I ran this command:

docker build -t ipu-client -f Dockerfile-build .

got error:

Step 7/9 : RUN ["yarn", "build"]
 ---> Running in 830b1aa29f37
yarn run v1.6.0
$ vue-cli-service build

-  Building for production...
Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
 ERROR  Failed to compile with 1 errors14:08:31

 error  in /app/src/logic/compiler.ts

ERROR in /app/src/logic/compiler.ts
46:30 Property 'pluginName' does not exist on type 'CombinedVueInstance<Vue, { v: any; }, { callbackFromServer(data: Record<string, any>): void; }, {}, Readonly<Record<"$el" | "$options" | "$parent" | "$root" | "$children" | "$refs" | "$slots" | "$scopedSlots" | ... 23 more ... | "$vuetify", any>>>'.
    44 |       },
    45 |       mounted () {
  > 46 |         console.log(`[${this.pluginName}] activate`)
       |                              ^
    47 |       },
    48 |       methods: {
    49 |         ...hooks,

 ERROR  Build failed with errors.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
The command 'yarn build' returned a non-zero code: 1
wakame-tech commented 5 years ago

I fixed compile errors.