然后,我将此连接作为构建特性添加到构建配置中。在任何文档中,我没有看到需要应用的任何附加步骤,所以我认为,现在,简单地调用npm publish会成功的,但是我得到了[Step 5/5] npm ERR!need auth This command requires you to be logged in to https://registry
我是npm和angular项目的新手,并且在我的package.json中使用bootstrap@4.1.1。当我安装npm时,我得到以下错误-
bootstrap@4.1.1 requires a peer of jquery@1.9.1 - 3 but none is installed.这是否意味着我需要将jquery@1.9.1 - 3添加到我的package.json的peerDependencies部分下,除了使用no-save选项在本地安装它之外?另外,我们还需要在构建服务器上安装这个缺失的
运行npm init react-app时,npm选择yarn作为创建的应用程序的默认包管理器。我已经用中的boj answer从我的电脑上删除了纱线。最小可重复性示例:6.14.5npx: installed 98 in 13.198s
my-app/$ ls
node_modules package.json yarn.lock public READ