-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue init webpack error · [README.md] Missing helper: "if_or" #627
Comments
Could you give more information about your OS? I'm unable to reproduce it on OS X |
Sorry I forgot to mention it. I'm using it on windows 10 . I also tired it with node v8.9.0. It reported the same error |
Hey, are you using yarn or npm? |
I got the exactly same error on my OS X. |
my problem was solved. try not to name the project. |
OPs problem was solved, reproductions where not provided, issue has been inactive for 7 days. => Closing. |
Hey there @LinusBorg , Got that error today on MacOSX 10.12.6. Installing
Uninstalling it and reinstalling it with Hopefully it helps. P.S. Hi @posva ;) |
@adrienthiery Do you have any idea why that is? Seems like a strange edge case. I assume it's related to https://github.com/vuejs-templates/webpack/blob/develop/template/.babelrc#L11 but the only reference I can find to That said, I'm at a loss as to why npm install works and yarn doesn't. |
Reproduced this bug, on Windows 10, installing using npm.
Had to git clone the webpack repo down, and move the vue-templates down to the .vue-templates/webpack/template dir:
|
vue init webpack my-project
? Project name ***
? Project description ***
? Author ***
? Vue build standalone
? Install vue-router? No
? Use ESLint to lint your code? No
? Setup unit tests with Karma + Mocha? No
? Setup e2e tests with Nightwatch? No
vue-cli · [README.md] Missing helper: "if_or"
I tried several times and the error seems to be randomly reported. like this
vue-cli · [package.json] Missing helper: "if_or"
my node version is 8.5.0
a lot appreciate if you could solve this problem
The text was updated successfully, but these errors were encountered: