【问题标题】:how can i remove this error while installing bootstrap package of node?安装节点的引导程序包时如何消除此错误?
【发布时间】:2021-05-17 18:11:51
【问题描述】:

npm:术语“npm”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查名称的拼写,或 如果包含路径,请验证路径是否正确并重试。 在 line:1 char:1

  • npm i 引导
  •   + CategoryInfo          : ObjectNotFound: (npm:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

【问题讨论】:

  • 你安装npm了吗?

标签: javascript css node.js json twitter-bootstrap


【解决方案1】:

我请求您检查节点的版本。如果找不到,请全局安装节点,然后执行 npm i bootstrap

node --version

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-02-04
    • 1970-01-01
    • 1970-01-01
    • 2021-12-02
    • 1970-01-01
    • 2017-05-07
    • 1970-01-01
    相关资源
    最近更新 更多