Static GitHub Issues

[3344] shown libc++abi.dylib: terminating with uncaught exception of type std::length_error: vector when dev command

prev: Error after adding sass-loader
next: One .vue component file for multiple projects

Hi guys, I don't know why have this error.

when i typed

yarn dev

and then 65% building modules ...

libc++abi.dylib: terminating with uncaught exception of type std::length_error: vector

and end process like screen shot. 2018-05-15 9 38 43

I tried remove node_modules and reinstall node_modules. but I could't debug because it doesn't show detail messages.

that is my package.json

{
  "name": "App",
  "version": "1.0.0",
  "description": "Micro Service Application",
  "author": "hagi4u <hagi4u@mycelebs.com>",
  "private": true,
  "scripts": {
    "dev": "HOST=0.0.0.0 PORT=3333 nuxt",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate",
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "precommit": "npm run lint"
  },
  "dependencies": {
    "aws-sdk": "^2.221.1",
    "axios": "^0.18.0",
    "babel-runtime": "^5.8.0",
    "html5-history-api": "^4.2.8",
    "jquery": "^3.3.1",
    "nuxt": "^1.4.0",
    "owl.carousel": "^2.3.3",
    "vue-js-modal": "^1.3.12"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^5.8.0",
    "eslint": "^4.19.1",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-vue": "^4.4.0",
    "lodash": "^4.17.5",
    "node-sass": "^4.8.3",
    "sass-loader": "^6.0.7",
    "vue": "^2.5.16",
    "vue-server-renderer": "^2.5.16"
  }
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7080">#c7080</a>)</em></sub></div>