Unable to build after updating to 0.17.16 from 0.17.14
Running quasar build returns error below. Was working fine before update.
Quasar: 0.17.16
OS: High Sierra
Node: 10.10.0
NPM: 6.4.1
(node:26004) UnhandledPromiseRejectionWarning: ValidationError: Compression Plugin Invalid Options
options should NOT have additional properties
(node:25691) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:25691) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Quasar to build
upgraded to latest quasar and tried to build and received error. Tried removing node_modules directory and yarn.lock and re-installing no luck.
If any one else has this issue please remove gzip: true from quasar.conf.js:
build: { gzip: true }
That fixed the issue for me. 馃憤
Most helpful comment
If any one else has this issue please remove
gzip: truefrom quasar.conf.js:build: { gzip: true }That fixed the issue for me. 馃憤