Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.48k stars 3.05k forks source link

wepy2.X@wepy/compiler-stylus安装失败,报404 #2328

Open Tony-Code opened 4 years ago

Tony-Code commented 4 years ago

wepy.config.js已配置compilers

stylus: {  
        compress: true  
}

执行安装命令

npm install @wepy/compiler-stylus --save-dev

结果报如下错误

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@wepy%2fcompiler-stylus - Not found

换回wepy1.X的 wepy-compiler-stylus 又用不了

请问如何解决啊?

superlbr commented 4 years ago

2.0并没有release这个包,用less吧

ma-joel commented 4 years ago

related introduction should be removed in the doc if it's not supported