Jose Farrugia

Results 9 comments of Jose Farrugia

Yep, I am still experiencing the same issue

> Howdy I am open to taking a stab at this as I am also having this issue on a side project I am working on. The plan is to...

I suspect due to Slate's end of support, folks will be experiencing the same error above. Commenting the following line of code from `node_modules/@shopify/slate-analytics/index.js` ```js return axios('https://v.shopify.com/slate/track', axiosConfig); ```

Perhaps there's a way to do it via the `webpack.extend`?

@michaelburtonray it's something to do with Shopify updating their analytics scripts as they are placing a `` tag within the script tags, thus, BrowserSync is attaching itself to the wrong...

Perhaps I should do a pull request and add the above snippet in the `dev-server` of slate-tools?

@Haroenv apologies I misread your original message. So I have dropped down the following packages, `[email protected]`, `@vue/[email protected]` and `@vue/[email protected]`, and it's still producing the same warning message: ````console [Vue warn]:...

@Rigo-m sure, what particular files would you like to see and how do I go about sharing it with you?