如何安装@ nuxtjs / auth的beta版本?

时间:2020-05-28 23:04:22

标签: nuxt.js

运行npm view @nuxtjs/auth dist-tags时得到{ latest: '4.9.1' },但未列出开发版本。我们应该如何安装它?

$ npm install @nuxtjs/auth@beta
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @nuxtjs/auth@beta.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/me/.npm/_logs/2020-05-28T23_02_05_605Z-debug.log

1 个答案:

答案 0 :(得分:0)

测试版位于另一个软件包中:

npm i @nuxtjs/auth-next
相关问题