【发布时间】:2019-07-22 20:09:31
【问题描述】:
每当我尝试安装 npm tachyons 时,都会收到此错误。请帮帮我:
Whenever I am trying to install npm tachyons, I am getting this error. Please help me with it:
【问题讨论】:
标签: reactjs npm npm-install
每当我尝试安装 npm tachyons 时,都会收到此错误。请帮帮我:
Whenever I am trying to install npm tachyons, I am getting this error. Please help me with it:
【问题讨论】:
标签: reactjs npm npm-install
您在执行 npm 命令时拼错了 tachyons。 Tachyons 拼写为“o”而不是“a”。
npm i --s 快子
【讨论】: