错误:您不能在没有路径的集合上调用“get”。相反,首先检查“长度”属性以验证至少存在 1 个路径

Posted

技术标签:

【中文标题】错误:您不能在没有路径的集合上调用“get”。相反,首先检查“长度”属性以验证至少存在 1 个路径【英文标题】:Error: You cannot call "get" on a collection with no paths. Instead, check the "length" property first to verify at least 1 path exists 【发布时间】:2021-02-10 20:50:47 【问题描述】:

我的 CLI 版本是 4.5.8。 我正在尝试安装 Vuetify,但出现了这个错误。 有些人请帮我修复这个错误。

>vue add vuetify

�  Installing vue-cli-plugin-vuetify...

+ vue-cli-plugin-vuetify@2.0.7
updated 1 package in 27.591s

63 packages are looking for funding
  run `npm fund` for details

✔  Successfully installed plugin: vue-cli-plugin-vuetify

? Choose a preset: Default (recommended)

�  Invoking generator for vue-cli-plugin-vuetify...
 ERROR  Error: You cannot call "get" on a collection with no paths. Instead, check the "length" property first to verify at least 1 path exists.
Error: You cannot call "get" on a collection with no paths. Instead, check the "length" property first to verify at least 1 path exists.
    at Collection.get (C:\Program Files\nodejs\node_modules\@vue\cli\node_modules\jscodeshift\src\Collection.js:213:13)
    at injectOptions (C:\Program Files\nodejs\node_modules\@vue\cli\lib\util\codemods\injectOptions.js:15:6)
    at runTransformation (C:\Program Files\nodejs\node_modules\@vue\cli\node_modules\vue-codemod\dist\src\run-transformation.js:61:17)
    at C:\Program Files\nodejs\node_modules\@vue\cli\lib\Generator.js:290:23
    at Array.forEach (<anonymous>)
    at Generator.resolveFiles (C:\Program Files\nodejs\node_modules\@vue\cli\lib\Generator.js:276:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async Generator.generate (C:\Program Files\nodejs\node_modules\@vue\cli\lib\Generator.js:175:5)
    at async runGenerator (C:\Program Files\nodejs\node_modules\@vue\cli\lib\invoke.js:111:3)
    at async invoke (C:\Program Files\nodejs\node_modules\@vue\cli\lib\invoke.js:92:3)

【问题讨论】:

你能显示你的 package.json 文件吗 【参考方案1】:

此错误是由jscodeshift-powered 脚本引起的,该脚本旨在更新实例化的 Vue.js 实例,使其能够感知 vuetify。

尝试使用 Vue.js v3 将 vuetify 添加到项目时出现此错误。 不幸的是,在撰写本文时 vuetify 不支持 Vue.js v3 - https://vuetifyjs.com/en/introduction/roadmap/#v32e0-28titan29

因此,如果是这种情况,唯一可能的解决方案是切换到 Vue.js v2

【讨论】:

以上是关于错误:您不能在没有路径的集合上调用“get”。相反,首先检查“长度”属性以验证至少存在 1 个路径的主要内容,如果未能解决你的问题,请参考以下文章

router.get 函数没有被调用

Method Not Allowed (GET): /boxuegos/index/ 错误

如何在给定两个绝对路径的情况下找到相对路径?

json.swift 错误是 Self.init 在委托初始化程序中的所有路径上都没有调用

调用Backbone集合的fetch函数时,“未定义不是函数”错误

无法导入 javax.swing.JFrame