-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to use compile beceause of new tests #1245
Labels
Comments
The template tests require node >=8. I'll update the engines field in package.json accordingly. |
Edit: oh snap, I'm an idiot! that code also runs on normal template installs! And those should of course not require node 8 I'll fix this in the next hours. |
LinusBorg
added a commit
that referenced
this issue
Jan 13, 2018
* develop: Bump template version (1.3.1) change circleci node image to 6.12.3 to ensure node 6 compat. replace object rest spread with Object.assign for node6 compat. (fix #1245)
Found a few minutes right now, and it's fixed! Thanks for the report @TheSirC |
You're welcome! |
Thanks :) |
c0defre4k
pushed a commit
to neonblack-at/webpack
that referenced
this issue
Jan 23, 2018
* vuejs-templates/master: (66 commits) Bump template version (1.3.1) change circleci node image to 6.12.3 to ensure node 6 compat. replace object rest spread with Object.assign for node6 compat. (fix vuejs-templates#1245) bump template version (1.3.0) chore: remove extra comma (vuejs-templates#1240) Improve template CI tests (close vuejs-templates#1218) Revert "fix bad alias (fix vuejs-templates#1239)" Typo, whitespace and Style Guide fixes (vuejs-templates#1231) Update runner.js (vuejs-templates#1235) remove unnecessary option. bumping eslint dependencies fix bad alias (fix vuejs-templates#1239) fix history fallback for windows. remove duplicate lines in gitignore (vuejs-templates#1214) fix historyFallback rewrite for Windows systems improved comments in eslintrc updated linting docs. respect eslint rule for order of options. switch to essential ruleset. add eslint-plugin-vue ... # Conflicts: # meta.js # template/package.json # template/src/components/HelloWorld.vue # template/src/main.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am unable to compile any file based of this template because of this commit (fd65d24) : the file now throws back an error
Sorry for the bug ! 😞
The text was updated successfully, but these errors were encountered: