当我运行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
测试版在另一个软件包中:
npm i @nuxtjs/auth-next