问答详情
源自:-

npm install stylus-loader 警告⚠️

stylus-loader@3.0.1 requires a peer of stylus@>=0.52.4 but none is installed. You must install peer dependencies yourself.

请问这个怎么解决

提问者:慕粉0817343412 2018-01-25 13:27

个回答

  • 慕桂英8064904
    2018-01-25 15:24:34
    已采纳

    需要另外一个组件支持,

    npm install --save stylus stylus-loader


  • 慕粉0817343412
    2018-01-25 17:02:53

    已经解决了 ' npm install stylus '