繁体   English   中英

'lightercollective' 不是内部或外部命令,也不是可运行的程序或批处理文件

[英]'lightercollective' is not recognized as an internal or external command, operable program or batch file

我已经安装了 webpack 现在我正在尝试安装 webpack-cli 但出现以下错误:

    $ npm i --save-dev webpack-cli

    > webpack-cli@3.2.1 postinstall D:\Development\Practices\sample\starter\node_modules\webpack-cli
    > lightercollective

    'lightercollective' is not recognized as an internal or external command, 
    operable program or batch file.
    npm WARN starter@1.0.0 No description
    npm WARN starter@1.0.0 No repository field.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! webpack-cli@3.2.1 postinstall: `lightercollective`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the webpack-cli@3.2.1 postinstall script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:\Users\rajan\AppData\Roaming\npm-cache\_logs\2019-01-08T08_45_44_898Z-debug.log

笔记:

  • 我试过重新启动我的命令行。
  • 我也试过npm cache clean --force
  • 并在谷歌上搜索了大约一个小时。
  • 最后,上面消息中的那个打火机集体不被识别为..是什么意思? 使困惑???

安装:

npm i -g 打火机集体

他们改变了东西......你必须在获得软件包时指定版本号,否则如果有某种破坏性的变化,它将在未来无法工作。

您可以将lightercollective添加到您的依赖项中以解决该问题。

官方包页面

"lightercollective": "^0.0.0"

更新 webpack-cli: npm update webpack-cli --save-dev

在我的情况下,我从 3.2.1(警告“lightercollective”)到 3.3.8。 好像问题解决了。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM