Vue-cli: Serve fails with Error Code 137

Created on 24 Jul 2018  路  2Comments  路  Source: vuejs/vue-cli

Version

3.0.0-rc.5

Reproduction link

https://gitlab.com/JappyJan/GamePlay-V4

Steps to reproduce

Create a Vue-Cli 3 Project, with TS, TSLint, PWA, Router Vuex
Fire "sudo yarn serve" (sudo because on my server (codeanywhere) "scandir" is restricted)

What is expected?

Launching of the internal webpack live preview server

What is actually happening?

The Server launches, but immediately dies with error code 137


DONE Compiled successfully in 43177ms 4:04:51 AM

No type errors found
No lint errors found
Version: typescript 2.8.3, tslint 5.10.0
Time: 37020ms

App running at:

Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
cabox@box-codeanywhere:~/workspace/GamePlay-V4$

needs reproduction

Most helpful comment

The reproduction link is broken.

It may be an memory allocation error as stated in
https://github.com/moby/moby/issues/21083

All 2 comments

The reproduction link is broken.

It may be an memory allocation error as stated in
https://github.com/moby/moby/issues/21083

it's been exactly that! thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mayefeng picture mayefeng  路  44Comments

italomaia picture italomaia  路  88Comments

AegirLeet picture AegirLeet  路  38Comments

dimavolo picture dimavolo  路  75Comments

yyx990803 picture yyx990803  路  34Comments