As requested by @nothingismagick.
Having lerna installed globally causes the quasar create to bail out after asking whether to run npm/yarn.
@nurkkala this was your error right?
? Should we run `npm install` for you after the project has been created? (recommended) yarn
Quasar CLI 路 [.eslintrc.js] Missing helper: "if_eq"
Yes, exactly.
I've done some work in @quasar/app beta.19. Please reopen if this still happens.
Sorry about that.
Initial i make install by yarn global add @quasar/cli
After search in Discord i found pinned message of Hawkeye64 saying "Hey, no problem. We've seen so many issues with NPM, that we recommend Yarn for your local packages, but still use NPM for globals (esp. if you use a Node version manager like NVM)."
After that i uninstall yarn global remove @quasar/cli and install by npm npm install -g @quasar/cli and problem solved.
That's a huge relief.
>
Most helpful comment
Sorry about that.
Initial i make install by
yarn global add @quasar/cliAfter search in Discord i found pinned message of Hawkeye64 saying "Hey, no problem. We've seen so many issues with NPM, that we recommend Yarn for your local packages, but still use NPM for globals (esp. if you use a Node version manager like NVM)."
After that i uninstall
yarn global remove @quasar/cliand install by npmnpm install -g @quasar/cliand problem solved.