-
Notifications
You must be signed in to change notification settings - Fork 146
Upgrade project to use latest version of electron-vue #93
Conversation
I can remove the package-lock.json if it's a problem! |
Thanks @jack-chapman for this PR! |
^ Looks like the Travis build might have broken because the newer electron-vue version needs node 8.x.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this great PR!!! 🎉
@jack-chapman maybe you can change the .travis.yml file to fit with a node version 8? |
@lauthieb I'll fix the Travis build and put the Vue version back up to 2.6 later on today (I didn't notice that had changed when doing the electron-vue update. |
Nice, thanks @jack-chapman ! |
OK for me, OK for Travis, let's merge 🎉 @jack-chapman |
Hooray 🎉 |
Just FYI this branch broke the dev script. npm run dev, before:
npm run dev, after:
NODE_ENV is not recognized as an internal or external command. |
Hi @kodaman2, so what we could do? |
@kodaman2 Have you run |
If it's a problem about Windows, maybe we could use cross-env |
I was just trying to fix conflicts on my PR, and couldn't run dev, I just went back to the before, to be able to run |
yes npm install was done, didn't have issues running dev before this merge btw, yes I am on windows. Is there some env variables I need to set now? |
Okay, I already encounter this problem. Windows doesn't understand this type of ENV variable declaration. I will use cross-env and make a PR now. |
Apologies for this, I didn't realise windows does not recognise this type of ENV variable. |
Here is my fix: #99, can you try? |
Yes, fix worked! 😀 |
Thanks @kodaman2 for your answer. |
Here is the new release 1.2.3 of Code Notes : https://github.com/lauthieb/code-notes/releases/tag/1.2.3 🎉 |
* Update to use newest version of electron-vue * Fix issue with templates not compiling - vue-loader * Revert Vue version * Change travis node version to 8.x.x
* Update to use newest version of electron-vue * Fix issue with templates not compiling - vue-loader * Revert Vue version * Change travis node version to 8.x.x
This PR addresses #92 . A dependency updated automatically by dependabot caused problems for fresh installs.
This change should hopefully prevent that kind of thing from happening again soon 👍
Happy to make any changes!