gpt4 book ai didi

node.js - 使用 yeoman 生成终极种子时出错

转载 作者:太空宇宙 更新时间:2023-11-04 02:32:29 25 4
gpt4 key购买 nike

我正在尝试使用终极种子生成器创建我的第一个 Yeoman Web 应用程序。但是我收到以下错误:

C:\Users\Fidel\Desktop\Nueva carpeta\new-proyect>npm install



> ultimate-seed@0.3.12 preinstall C:\Users\Fidel\Desktop\Nueva carpeta\new-proyect
> node npm-scripts preinstall

npm preinstall script executed
\


> ultimate-seed@0.3.12 postinstall C:\Users\Fidel\Desktop\Nueva carpeta\new-proyect
> node npm-scripts postinstall

npm postinstall script executed
{ [Error: Command failed: cp: invalid option -- n
Try `cp --help' for more information.
] killed: false, code: 1, signal: null }
-
npm ERR! ultimate-seed@0.3.12 postinstall: `node npm-scripts postinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ultimate-seed@0.3.12 postinstall script.
npm ERR! This is most likely a problem with the ultimate-seed package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node npm-scripts postinstall
npm ERR! You can get their info via:
npm ERR! npm owner ls ultimate-seed
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Users\Fidel\Desktop\Nueva carpeta\new-proyect
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Fidel\Desktop\Nueva carpeta\new-proyect\npm-debug.log
npm ERR! not ok code 0

我非常确定 Node js 和 yeoman 已安装正常。我认为这可能是 Window 和 yeoman 的问题。有谁知道这方面的情况吗?

最佳答案

问题在于post-install 脚本使用unix cp 命令来复制文件。因为您使用的是 Windows,所以这是行不通的

您可以在 Windows 上的 cygwin 或其他一些 UNIX 类型 shell 下运行 npm install

但是,那个package has been deleted from npm -- 您应该尝试找到一个最新的版本并使用该版本。

关于node.js - 使用 yeoman 生成终极种子时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25370123/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com