Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

nextTask UnhandledPromiseRejectionWarning #70

Closed
Manduro opened this issue Oct 3, 2016 · 6 comments
Closed

nextTask UnhandledPromiseRejectionWarning #70

Manduro opened this issue Oct 3, 2016 · 6 comments

Comments

@Manduro
Copy link
Contributor

Manduro commented Oct 3, 2016

The watch task sometimes throws me this error.

[10:14:28]  bundle dev update started ...
(node:3634) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: nextTask_1 is not a function

Probably related to #44

@adamdbradley
Copy link
Contributor

This should be fixed in the most recent version. Please let us know if you're still seeing issues, thanks.

@Manduro
Copy link
Contributor Author

Manduro commented Oct 4, 2016

Still getting this in 0.0.28:

[17:18:12]  typescript compilation started ...
[17:18:18]  bundle dev update started ...
(node:27860) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: nextTask_1 is not a function

(node:27860) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: nextTask_1 is not a function

[17:18:24]  typescript compilation finished in 12.20 s

@Manduro
Copy link
Contributor Author

Manduro commented Oct 11, 2016

@adamdbradley Please reopen. I'm still getting this error in 0.0.30.

[0] [16:26:59]  bundle dev update started ...
[0] JS changed:   www/build/main.js
[0] JS changed:   www/build/main.js.map
[0] JS changed:   www/build/main.js.map
[0] [16:27:27]  bundle dev update finished in 27.85 s
[0] [16:27:27]  sass started ...
[0] [16:27:27]  sass finished in 28 ms
[0] [16:27:27]  bundle dev update started ...
[0] JS changed:   www/build/main.js
[0] (node:42985) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: nextTask is not a function
[0] 
[0] JS changed:   www/build/main.js
[0] JS changed:   www/build/main.js.map
[0] [16:27:49]  bundle dev update finished in 22.43 s
[0] [16:27:49]  sass started ...
[0] [16:27:49]  sass finished in 27 ms
[0] [16:27:49]  bundle dev update started ...
[0] (node:42985) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: nextTask is not a function
[0] 
[0] JS changed:   www/build/main.js
[0] JS changed:   www/build/main.js.map
[0] [16:28:08]  bundle dev update finished in 18.30 s
[0] [16:28:08]  sass started ...
[0] JS changed:   www/build/main.js.map
[0] [16:28:08]  sass finished in 277 ms

@joergjung
Copy link

@adamdbradley
Same here!
Happens irregularly.

(node:9049) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 36): TypeError: nextTask is not a function


Your system information:
Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X Sierra
Node Version: v6.7.0
Xcode version: Xcode 8.0 Build version 8A218a

@larssn
Copy link

larssn commented Oct 27, 2016

Also just happened to me, has only seen it once though.

Was doing ionic serve, on app scripts v0.0.36.

@BassamHabash
Copy link

BassamHabash commented Dec 6, 2016

i try to make ,
npm cache clear

that solved problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants