stylus的安装

颛孙越
2023-12-01

stylus的安装

  1. 首先下载并安装node.js;
  2. 直接在node的REPL里运行安装命令的话会提示

    npm should be run outside of the node repl, in your normal shell.

    解决方法是:在cmd里运行

    npm install -g stylus

    然后就安装完成辣

 类似资料: