Static GitHub Issues

[467] Error: Cannot find module 'vue' on Heroku;

prev: generate middleware error Cannot load components DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
next: Route meta fields

Hello there. I've created a new app using starter template, it's almost empty, works fine on local machine and gives me this error on heroku: <img width="901" alt="screen shot 2017-03-28 at 11 23 02 pm" src="https://cloud.githubusercontent.com/assets/16022609/24425613/7883bbde-140d-11e7-958d-5672d4359466.png"> I have another nuxt app there, with older nuxt version and it works as intended, so I don't know what it could be.

Adding package.json, maybe it helps.

 "name": "<>",
  "version": "1.0.0",
  "description": "<>",
  "author": "<>",
  "private": true,
  "dependencies": {
    "css-loader": "^0.27.3",
    "firebase": "^3.7.3",
    "nuxt": "latest",
    "vue": "^2.2.6"
  },
  "scripts": {
    "dev": "nuxt",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate",
    "lint": "",
    "precommit": "npm run lint",
    "heroku-postbuild": "npm run build"
  },
  "devDependencies": {
    "node-sass": "^4.5.0",
    "sass-loader": "^6.0.2",
    "webpack": "^2.2.1"
  }
<!--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/c405">#c405</a>)</em></sub></div>