jade 好像改名叫 pug了 所以根本不存在 [email protected]
用 npm info jade 查看最高版本就是1.11.x 了
npm 安裝指定版本的命令
npm i [email protected]
這樣的確能編譯通過了.但是會報
Transformers.less is deprecated, to continue using the :less jade filter after [email protected], you will need to install jstransformer-less.
把課程學完 換jade 到 pug
用 npm info jade 查看最高版本就是1.11.x 了
npm 安裝指定版本的命令
npm i [email protected]
這樣的確能編譯通過了.但是會報
Transformers.less is deprecated, to continue using the :less jade filter after [email protected], you will need to install jstransformer-less.
把課程學完 換jade 到 pug
2017-03-01