Quasar: Having lerna installed causes the quasar create to bail out [1.0]

Created on 9 Feb 2019  路  6Comments  路  Source: quasarframework/quasar

1.0.0-beta.0

As requested by @nothingismagick.

Having lerna installed globally causes the quasar create to bail out after asking whether to run npm/yarn.

Most helpful comment

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.

All 6 comments

@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.

Hi, i have this problem yet

https://imgur.com/JRCZbs8.png

https://imgur.com/oAk4EeA.png

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.

>

Was this page helpful?
0 / 5 - 0 ratings