Vladyslav Piskunov

Results 46 comments of Vladyslav Piskunov

Same issue here, random times just get `JS ERROR TypeError: undefined is not an object (evaluating 'frame$$1.id')` - any workarounds please??

Any update on this? Same issue here...

Please see the referenced commit above - #16 Let me know if you have any comments, or otherwise merge the commit in, as it seems any updates on this have...

I have a forked repo with this patch applied, look at https://github.com/vpiskunov/wunderlist.js Let me know if you need anything else

Using Sourcetree(Atlassian) for my git client, though this doesn't impact it. As you can see in my screenshot, all lines that were there before plugin install, were removed, and not...

Happened on UI created - haven't tested on CLI. I mean... UI created the project, but installed the plugin via npm/dev-branch & invoked. Can't remember if this was happening on...

The command to test had incorrect URL to git/branch, and its `vue invoke` instead of `npm invoke`. To test use the following: `npm install git+https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue.git#dev vue invoke vue-cli-plugin-nativescript-vue` For anyone...

Amazing! It worked on the clean project. **Another issue** - possibly related - after installing the plugin, HMR is also broken on `serve:web` - due to the plugin installing an...

Global npm list: ``` ├── @vue/[email protected] ├── @vue/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected]...

Actually the **workaround** is not just reinstalling @vue/cli-service, but also webpack: ``` npm rm webpack npm i --save-dev [email protected] npm rm @vue/cli-service npm i --save-dev @vue/cli-service ``` Notice webpack uses...