now deployment failing (sh: nuxt: not found)
[issue link]package.json
{
"name": "www",
"version": "1.0.0",
"description": "personal website",
"author": "tchret",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/markdownit": "^1.2.0",
"emoji-mart-vue": "^2.4.5",
"lodash": "^4.17.5",
"nuxt": "^1.0.0",
"vue-lodash": "^1.0.4",
"vue-markdown": "^2.2.4",
"vue-markdown-loader": "^2.4.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.0.1",
"eslint": "^4.15.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.7.2",
"nuxt-sass-resources-loader": "^1.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1"
}
}