首页 > 解决方案 > 如何安装@nuxtjs/auth 的测试版?

问题描述

当我运行时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

标签: nuxt.js

解决方案


测试版在另一个包中:

npm i @nuxtjs/auth-next

推荐阅读