You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your chrome extension example and I'm getting this error. I see your oauth chrome example is marked as TODO. Does this mean that it's not currently working? Or should the code there work if I do npm install and then gulp? Note that I had to change the gulp file so that it would work with Gulp4 (using gulp.series in places) and it seemed to only work after I reordered the lines. I'm not at all familiar with gulp. Here's what happened when I ran gulp:
[11:00:20] Using gulpfile ...chrome_extension/gulpfile.js
[11:00:20] Starting 'default'...
[11:00:20] Starting 'server'...
[11:00:20] Starting 'asana-js'...
[11:00:20] Starting ''...
[11:00:20] The following tasks did not complete: default, server, asana-js,
[11:00:20] Did you forget to signal async completion?
Can you advise as to whether the chrome_extension oauth example is supposed to be working?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use your chrome extension example and I'm getting this error. I see your oauth chrome example is marked as TODO. Does this mean that it's not currently working? Or should the code there work if I do npm install and then gulp? Note that I had to change the gulp file so that it would work with Gulp4 (using gulp.series in places) and it seemed to only work after I reordered the lines. I'm not at all familiar with gulp. Here's what happened when I ran gulp:
[11:00:20] Using gulpfile ...chrome_extension/gulpfile.js
[11:00:20] Starting 'default'...
[11:00:20] Starting 'server'...
[11:00:20] Starting 'asana-js'...
[11:00:20] Starting ''...
[11:00:20] The following tasks did not complete: default, server, asana-js,
[11:00:20] Did you forget to signal async completion?
Can you advise as to whether the chrome_extension oauth example is supposed to be working?
The text was updated successfully, but these errors were encountered: