quasar init newgame have many Warn can you help me
-
(base) ycy@debian:~/quasar$ quasar init newgame
Running command: vue init ‘quasarframework/quasar-starter-kit’ newgame? Project name (internal usage for dev) newgame
? Project product name (official name) Quasar App
? Project description A Quasar Framework app
? Author 2316519686 2316519686@qq.com
? Check the features needed for your project: (Press <space> to select, <a> to to
ggle all, <i> to invert selection)ESLint
? Pick an ESLint preset Standard
? Cordova id (disregard if not building mobile apps) org.cordova.quasar.app
? Should we runnpm install
for you after the project has been created? (recomm
ended) yarnvue-cli · Generated “newgame”.
[*] Installing project dependencies …
yarn install v1.15.2
info No lockfile found.
[1/5] Validating package.json…
[2/5] Resolving packages…
warning Resolution field “ajv@6.8.1” is incompatible with requested version “ajv@^6.9.1”
warning Resolution field “ajv@6.8.1” is incompatible with requested version “ajv@^6.9.1”
warning Resolution field “ajv@6.8.1” is incompatible with requested version “ajv@6.5.3”
warning quasar-cli > @babel/preset-stage-2@7.0.0-beta.54: ??? We’ve deprecated any official stage presets in favor of users explicitly opt-ing into the proposals they want to use versus any perceived convenience. You can also check https://github.com/babel/babel/issues/7770 for more information.
warning quasar-cli > @babel/preset-stage-2 > @babel/preset-stage-3@7.0.0-beta.54: ??? We’ve deprecated any official stage presets in favor of users explicitly opt-ing into the proposals they want to use versus any perceived convenience. You can also check https://github.com/babel/babel/issues/7770 for more information.
warning quasar-cli > workbox-webpack-plugin > workbox-build > joi@11.4.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning quasar-cli > workbox-webpack-plugin > workbox-build > joi > hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning quasar-cli > workbox-webpack-plugin > workbox-build > joi > topo@2.0.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning quasar-cli > workbox-webpack-plugin > workbox-build > joi > topo > hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
[3/5] Fetching packages…
info fsevents@1.2.9: The platform “linux” is incompatible with this module.
info “fsevents@1.2.9” is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies…
warning " > eslint-loader@2.1.2" has unmet peer dependency “webpack@>=2.0.0 <5.0.0”.
warning “quasar-cli > webpack > ajv-keywords@3.4.0” has incorrect peer dependency “ajv@^6.9.1”.
[5/5] Building fresh packages…
success Saved lockfile.
Done in 8.31s.[*] Running eslint --fix to comply with chosen preset rules…
yarn run v1.15.2
$ eslint --ext .js,.vue src --fix
Done in 1.07s.[*] Quasar Project initialization finished!
To get started:
cd newgame
quasar devDocumentation can be found at: https://quasar-framework.org
Quasar is relying on donations to evolve. We’d be very grateful if you can
take a look at: https://www.patreon.com/quasarframework
Any amount is very welcomed.
If invoices are required, please first contact razvan.stoenescu@gmail.comPlease give us a star on Github if you appreciate our work:
https://github.com/quasarframework/quasarEnjoy! - Quasar Team
-
@ycy could you run the command
`quasar info`
and give us the result?with the new version of quasar cli, we use the
quasar create
command to create a new project