我正在尝试使用试用版的ExtReact和使用链接
https://docs.sencha.com/extreact/7.2.0/guides/getting_started/creating_ext_react_app_modern.html
因此,成功地获得了用户名和密码,并且能够在步骤2中登录。
但是在运行第3步时:使用和ExtReact模板创建一个React应用程序是行不通的。下面的命令给出了以下错误。
npx create-react-app --template @sencha/ext-react-modern ext-react-modern-demo
错误:
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with @sencha/cra-template-ext-react-modern...
npm ERR! code E403
npm ERR! 403 403 Forbidden - GET https://npm.sencha.com/@sencha%2fcra-template-ext-react-modern - unregistered users are not allowed to access package @sencha/cra-template-ext-react-modern
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy.发布于 2020-08-04 06:40:48
https://docs.sencha.com/extwebcomponents/7.0.0/guides/open_tooling_npm/npm_help.html
窗口(命令提示符)
https://stackoverflow.com/questions/63206576
复制相似问题