-
Notifications
You must be signed in to change notification settings - Fork 50
Unhandled Promise Rejection Warning with cli 0.17.22 Running "quasar dev" w/ brand new install #209
Comments
I am getting this error too. |
I get the same error:
This error was correct because I renamed the file to typescript: index.td quasar info:
I get this UnhandledPromiseRejectionWarning a lot and its really annoying because It doesn't always tell me the real error right away. Is there a fix for this already? Kind regards, |
Software version
quasar-cli: v0.17.22
quasar framework: v0.17.18
OS: Ubuntu 16.04.3 LTS
Node: v8.14.0
NPM: 6.4.1
Any other software related to your bug:
What did you get as the error?
What were you expecting?
Clean install/project creation with no errors.
What steps did you take, to get the error?
Brand new installation using:
Running command: vue init 'quasarframework/quasar-starter-kit' outoftime
? Project name (internal usage for dev) outoftime
? Project product name (official name) Out of Time!
? Project description Test Quasar Application
? Author me
? Check the features needed for your project: ESLint, Vuex, Axios, Vue-i18n, IE11 support
? Pick an ESLint preset Standard
? Cordova id (disregard if not building mobile apps) org.cordova.quasar.outoftime
? Should we run
npm install
for you after the project has been created? (recommended) yarnvue-cli · Generated "outoftime".
...dependencies installed...
To get started:
cd outoftime
quasar dev
Dev mode.......... spa
Quasar theme...... mat
Quasar CLI........ v0.17.22
Quasar Framework.. v0.17.18
Debugging......... enabled
app:quasar-conf Reading quasar.conf.js +0ms
app:dev Checking listening address availability (0.0.0.0:8080)... +2ms
app:webpack Extending SPA Webpack config +294ms
app:generator Generating Webpack entry point +6ms
app:dev-server Booting up... +1ms
SPA █████████████████████████ [100%] in ~6s
DONE Compiled successfully in 6458ms 10:14:19
N App URL........... http://localhost:8080/
Dev mode.......... spa
Quasar theme...... mat
Quasar CLI........ v0.17.22
Quasar Framework.. v0.17.18
I thought this might be related to the 'gzip: true' bug, but that was already commented out in quasar.conf.js -- I tried to uncomment it and set it to both true and false explicitly but got the same result.
The text was updated successfully, but these errors were encountered: