Problem with quasar-cli
-
Hello
I’m having problems installing an extension in my project
I have installed the quasar-cli but I do not have available the option of the extension:unning @quasar/cli v1.0.0-rc.2
Example usage
$ quasar <command> <options>Help for a command
$ quasar <command> --help
$ quasar <command> -hOptions
–version, -v Print Quasar CLI versionCommands
create Create a project folder
info Display info about your machine
(and your App if in a project folder)
upgrade Check (and optionally) upgrade Quasar packages
from a Quasar project folder
serve Create an ad-hoc server on App’s distributables
help Displays this message=> IMPORTANT !
=> Trigger this inside of a Quasar project (and npm/yarn install) for more commands.My English is not very good
-
You need to create a quasar project, then
yarn
/npm install
and then you will have access to extra functions added by the project level CLI. -
Today, I face the same issue, whatever I retry many times, it still appears the following words:
Running @quasar/cli v1.0.0-rc.2
Example usage
$ quasar <command> <options>Help for a command
$ quasar <command> --help
$ quasar <command> -hOptions
–version, -v Print Quasar CLI versionCommands
create Create a project folder
info Display info about your machine
(and your App if in a project folder)
upgrade Check (and optionally) upgrade Quasar packages
from a Quasar project folder
serve Create an ad-hoc server on App’s distributables
help Displays this message
=> IMPORTANT !
=> Trigger this inside of a Quasar project (and npm/yarn install) for more commands.My operation system is MacOS and I don’t know why still now!
-
npm install in project