npm WARN [email protected] requires a peer of [email protected]>=0.52.4 but none is installed. You must inst

问题:

npm WARN [email protected] requires a peer of [email protected]>=0.52.4 but none is installed. You must install peer dependencies yourself.

解决办法:

1、在package.json文件中添加如下代码:

"stylus-loader": "^3.0.2",
"stylus": "0.52.4",

执行npm install 命令即可

原文地址:https://www.cnblogs.com/dekevin/p/12347857.html

时间: 2024-10-14 23:27:29

npm WARN [email protected] requires a peer of [email protected]>=0.52.4 but none is installed. You must inst的相关文章

npm [email protected] requires a peer of [email protected]^6.0.0 but none is installed.

npm [email protected] requires a peer of [email protected]^6.0.0 but none is installed. You must install peer dependencies yourself. 毛主席说:"缺什么,补什么." 缺了一个依赖,装上即可. npm install [email protected] 原文地址:https://www.cnblogs.com/benjieqiang/p/11404180.h

[email protected]" has unmet peer dependency "[email protected] 的解决方案

国人的博客写的比较懒,个人从stack over  flow 查找到这个问题,大概就是.... I'm using npm install [email protected] --save to upgrade React Native, but I keep getting an error that I have an "UNMET PEER DEPENDENCY [email protected]". This confuses me because I thought I ha

UNMET PEER DEPENDENCY [email protected]解决方案

安装包时提示: Bash ── UNMET PEER DEPENDENCY [email protected] └── [email protected] invalid npm WARN [email protected] requires a peer of [email protected]>=15.4.0 but none was installed. 解决: Bash npm install [email protected] -g

npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "xxx"

You may meet this error on home directory. % npm uninstall appium npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "appium" You must uninstall npm package on directory which contains same node_modules. % cd /Users/hrt0kmt/.nodebr

安装vue命令行工具(CLI),npm WARN

安装vue-cli的时候,npm给出警告: npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 解决方案: 降低npm版本 sudo npm install -g [email protected

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents

在进行安装vue/cli的时候,出现这个警告: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]^1.2.7 (node_modules\@vue\cli\node_modules\chokidar\node_modules\fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protecte

npm WARN install Refusing to install vue-router as a dependency of itself

今天在使用npm安装插件的时候提示如下错误: npm WARN install Refusing to install vue-router as a dependency of itself npm 阻止安装插件. 将npm的镜像改成taobao的镜像后测试还是不行,修改npm镜像: sudo npm install -g cnpm --registry=https://registry.npm.taobao.org 后来发现是因为package.json里面的name名字和插件的名字同名,导

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules 解决方法: 修改npm包所安装目录的权限:sudo chown -R $USER /usr/local   然后输入密码就可以了 原文地址:https://www.cnblogs.com/jimmy1293/p/10822802.html

This Android SDK requires Android Developer Toolkit version 23.0.0 or above

This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 12.0.0.v201106281929-138431. Please update ADT to the latest version 22.0.0 一般这种原因是误更新了SDK,导致SDK版本过高,ECLIPSE提示需要更新ADT. 解决办法如下: 找到android-sdk-windows\tools