问题描述

提示:这里描述具体问题:部署一个quasar框架,进行开发。

原因分析:

提示:这里填写问题的分析:这里填写该问题的具体解决方案:在一台从没有安过quasar的平台上跑项目,需要安装那些依赖完成quasar项目运行。

解决方案:

提示: 继续执行npm run start提示

sh: 1: quasar: not found

所以安装quasar

npm i -g @quasar/app

提示

npm WARN checkPermissions Missing write access to /usr/local/lib

npm WARN notsup Unsupported engine for @quasar/app@3.3.3: wanted: {"node":">= 12.22.1","npm":">= 6.14.12","yarn":">= 1.17.3"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: @quasar/app@3.3.3

npm WARN notsup Unsupported engine for @quasar/ssr-helpers@2.1.1: wanted: {"node":">= 12.22.1"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: @quasar/ssr-helpers@2.1.1

npm WARN notsup Unsupported engine for css-minimizer-webpack-plugin@3.4.1: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: css-minimizer-webpack-plugin@3.4.1

npm WARN notsup Unsupported engine for copy-webpack-plugin@10.2.4: wanted: {"node":">= 12.20.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: copy-webpack-plugin@10.2.4

npm WARN notsup Unsupported engine for compression-webpack-plugin@9.2.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: compression-webpack-plugin@9.2.0

npm WARN notsup Unsupported engine for fs-extra@10.0.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: fs-extra@10.0.0

npm WARN notsup Unsupported engine for open@8.4.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: open@8.4.0

npm WARN notsup Unsupported engine for postcss-loader@6.2.1: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: postcss-loader@6.2.1

npm WARN notsup Unsupported engine for postcss-rtlcss@3.5.2: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: postcss-rtlcss@3.5.2

npm WARN notsup Unsupported engine for sass-loader@12.4.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: sass-loader@12.4.0

npm WARN notsup Unsupported engine for ts-loader@9.2.6: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: ts-loader@9.2.6

npm WARN notsup Unsupported engine for webpack-dev-server@4.7.4: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: webpack-dev-server@4.7.4

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/@quasar/app/node_modules/chokidar/node_modules/fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm WARN notsup Unsupported engine for schema-utils@4.0.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: schema-utils@4.0.0

npm WARN notsup Unsupported engine for schema-utils@4.0.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: schema-utils@4.0.0

npm WARN notsup Unsupported engine for globby@12.2.0: wanted: {"node":"^12.20.0 || ^14.13.1 || >=16.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: globby@12.2.0

npm WARN notsup Unsupported engine for array-union@3.0.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: array-union@3.0.1

npm WARN notsup Unsupported engine for slash@4.0.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: slash@4.0.0

npm WARN notsup Unsupported engine for schema-utils@4.0.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: schema-utils@4.0.0

npm WARN notsup Unsupported engine for html-minifier-terser@6.1.0: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: html-minifier-terser@6.1.0

npm WARN notsup Unsupported engine for commander@8.3.0: wanted: {"node":">= 12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: commander@8.3.0

npm WARN notsup Unsupported engine for schema-utils@4.0.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: schema-utils@4.0.0

npm WARN notsup Unsupported engine for http-proxy-middleware@2.0.6: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: http-proxy-middleware@2.0.6

npm WARN notsup Unsupported engine for strip-ansi@7.0.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: strip-ansi@7.0.1

npm WARN notsup Unsupported engine for webpack-dev-middleware@5.3.1: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: webpack-dev-middleware@5.3.1

npm WARN notsup Unsupported engine for ansi-regex@6.0.1: wanted: {"node":">=12"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: ansi-regex@6.0.1

npm WARN notsup Unsupported engine for schema-utils@4.0.0: wanted: {"node":">= 12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})

npm WARN notsup Not compatible with your version of node/npm: schema-utils@4.0.0

npm WARN @quasar/app@3.3.3 requires a peer of vue@^3.2.29 but none is installed. You must install peer dependencies yourself.

npm WARN @quasar/app@3.3.3 requires a peer of vue-router@^4.0.12 but none is installed. You must install peer dependencies yourself.

欢迎评论:

提示:欢迎大家在评论区讨论相关问题。 可以关注博主,我会持续更新工作中遇到的技术小砖头,供大家使用。 也可以在评论区告知好的小砖头或技术,我会收录。 还可以指出本博文错误,希望大家不吝赐教。

相关阅读

评论可见,请评论后查看内容,谢谢!!!
 您阅读本篇文章共花了: