shilik

Results 12 comments of shilik

Thanks for the suggestion, but still got the same error even changed the code order to Vue.use(VueAxios,axios) `(CoreFoundation) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error:...

@hotrungnhan Finally, I got the problem solved! The import method I used that worked previously, doesn't work now. `import VueAxios from "vue-axios"` While an alternative way you suggested worked like...

@hotrungnhan Thanks for the description for the possible solution. You are right, I just upgraded @nativescript/webpack from 5.0.0-rc.8 to formal release of 5.0.0. But vue-axios is the only plugin that...

Hi @Alanscut Here is the setting of my webpack.config.js `const webpack = require("@nativescript/webpack"); module.exports = (env) => { webpack.init(env); // Learn how to customize: // https://docs.nativescript.org/webpack webpack.chainWebpack((config) => { config.set('externalsPresets',...

Hi, @Alanscut Thanks for the advisement. I have tried `sourceType: "unambiguous"` before, but got the same result. The only one that works for me is `const VueAxios =require("vue-axios/dist/vue-axios.common.min")` and `import...

@mornir Hi, I noticed that you said it worked with Vue, Have you ever tried it with nativescript-vue? I have got a similar errors while using it with nativescript-vue. It...

I got the same problem too! Any idea for the solution?

@javierpal I've got the same errors too. I have followed the instruction stated in https://goo.gl/fQ2neu by adding ` ` But unfortunately, nothing has changed! here you can get more info...

@javierpal I have tried several times and failed until I noticed your reminder "...at the end of the data". Finally, I got the app back to life again! Thank you!

Thanks for the quick reply, I will look into it. Hopefully someone can kindly put an basic example of Vue framework. Jun Kato ***@***.***> 於 2022年4月29日 週五 14:04 寫道: >...