Quasar: Build error after update to latest 0.17.16

Created on 20 Sep 2018  路  1Comment  路  Source: quasarframework/quasar

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

What did you get as the error?

(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.

What were you expecting?

Quasar to build

What steps did you take, to get the error?

upgraded to latest quasar and tried to build and received error. Tried removing node_modules directory and yarn.lock and re-installing no luck.

Most helpful comment

If any one else has this issue please remove gzip: true from quasar.conf.js:
build: { gzip: true }

That fixed the issue for me. 馃憤

>All comments

If any one else has this issue please remove gzip: true from quasar.conf.js:
build: { gzip: true }

That fixed the issue for me. 馃憤

Was this page helpful?
0 / 5 - 0 ratings