gpt4 book ai didi

npm - 安装 phantomjs/any package 全局特定版本

转载 作者:行者123 更新时间:2023-12-04 17:56:27 66 4
gpt4 key购买 nike

我想全局安装 phantomjs 版本 1.9.8。

当我运行 phantomjs --version 它显示 2.1.1

所以我成功运行了 npm uninstall phantomjs -g

接下来,当我尝试运行 npm install phantomjs -g 1.9.8 时,它抛出了以下错误

> npm WARN deprecated phantomjs@2.1.7: Package renamed to
> phantomjs-prebuilt. Please update 'phantomjs' package references to
> 'phantomjs-prebuilt' npm ERR! Darwin 14.5.0 npm ERR! argv
> "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "phantomjs"
> "1.9.20" npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code E404
>
> npm ERR! 404 Registry returned 404 for GET on
> https://registry.npmjs.org/1.9.20 npm ERR! 404 npm ERR! 404 '1.9.20'
> is not in the npm registry. npm ERR! 404 You should bug the author to
> publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note
> that you can also install from a npm ERR! 404 tarball, folder, http
> url, or git url.
>
> npm ERR! Please include the following file with any support request:
> npm ERR! /work/development/test-folder/npm-debug.log

如何在全局范围内安装所需版本的 pantomjs。

PS:我没有使用自制软件,我想避免使用自制软件

最佳答案

阅读 npm api 文档后,我找到了解决方案。

npm install -g phantomjs@version

一般而言,

npm install -g packageName@version

如果您没有权限,请使用 sudo 访问。

This will work even to downgrade the package globally

关于npm - 安装 phantomjs/any package 全局特定版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40162409/

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