Matteo Gabriele

Results 51 comments of Matteo Gabriele

It actually works for me...

That is really weird. I would never use a dependency just to check if that's a function or not. Must have been an automatic import from vscode that slipped out....

@DrPhil Thanks for your work, and I'm really sorry for the delay. I've been trying to get back to this project lately.

nuxt has already a module available as @ernestchu suggested

Well I have apparently fixed it chaining the `cancel` method after the `action` one ```js .cancel(function () { process.exit(1) }) ``` Don't know if this is the proper way but...

can you be more specific? also the link you've provided doesn't work

I'm sorry but I get "Service Unavailable". Is the URL possibly linked to a personal account or a private project?

@mwargan I have been quite busy lately and have less time for this project. Unfortunately, there are some issues with the deployment that I need to address. If you are...

Version 3, which is currently in development, will address this issue. You can already try it by installing vue-gtag@beta. Your feedback is much appreciated. check out this issue for more...

@goldim, you need to fix this problem in your project: treating a Babel dependency as a direct dependency is not Babel's responsibility. I recommend either pinning to a previous version...