Building in Production -> put to the Server

give an error: Vuex handler functions must not be anonymous.
Resolve:
npm cache clean --force
npm install
npm i npm@latest -g
This commit is contained in:
paolo
2018-12-22 23:30:02 +01:00
parent bd832d3f92
commit 02e5725ba9
6 changed files with 10 additions and 33 deletions

View File

@@ -11,15 +11,11 @@
"pwa": "NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev -m pwa",
"test:unit": "jest",
"test:cover": "jest --coverage",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"build:ssr": "quasar build -m ssr",
"build": "quasar build -m pwa",
"build:clean": "quasar clean",
"serve": "quasar serve ./dist/pwa-mat",
"serve:ssr": "quasar serve ./dist/ssr-mat",
"serve:coverage": "quasar serve test/coverage/lcov-report/ --cache 0 --port 8788",
"deploy": "now dist/spa-mat",
"deploy:ssr": "now dist/ssr-mat"
"deploy": "now dist/pwa-mat"
},
"dependencies": {
"quasar-extras": "^2.0.8",