-
-
Notifications
You must be signed in to change notification settings - Fork 136
Can not run Build-prod after update framework7 & Framework7-Vue #89
Description
I previously used a sheet of modal with this template but could not do a swipe to close, after update f7 and F7-vue swipe to close can use and goes well, but when I execute build-prod I get an error like this.
(node:4120) UnhandledPromiseRejectionWarning: Error: Parse error on line 1: ...ar(--f7-panel-width)) -----------------------^ Expecting 'EOF', 'ADD', 'SUB', 'MUL', 'DIV', got 'RPAREN' at D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\app.css:8854:3 at Parser.parseError (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\reduce-css-calc\dist\parser.js:160:21) at Parser.parse (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\reduce-css-calc\dist\parser.js:226:22) at D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\reduce-css-calc\dist\index.js:39:30 at walk (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-value-parser\lib\walk.js:15:13) at walk (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-value-parser\lib\walk.js:11:13) at ValueParser.walk (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-value-parser\lib\index.js:18:5) at exports.default (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\reduce-css-calc\dist\index.js:29:51) at transformValue (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-calc\dist\lib\transform.js:24:45) at exports.default (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-calc\dist\lib\transform.js:54:100) at D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss-calc\dist\index.js:28:52 at D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:135:18 at Rule.each (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:101:16) at Rule.walk (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:131:17) at D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:148:24 at Root.each (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:101:16) at Root.walk (D:\FOLDER PUBLIK\GAWIRABLE\APPS TRIMURTI\trimurti-webpack\my-app-repack\node_modules\postcss\lib\container.js:131:17) (node:4120) 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:4120) [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.