1. 程式人生 > >npm WARN [email protected]

npm WARN [email protected]

問題:

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",

 

2、執行npm install 命令即可