gpt4 book ai didi

windows - 在不同位置安装 nodejs 的最佳方法是什么

转载 作者:可可西里 更新时间:2023-11-01 11:53:10 25 4
gpt4 key购买 nike

默认情况下,nodejs 安装在 /usr/local/bin/node 中,但此位置需要 root 访问权限。

如果我随后安装一个全局包,如 grunt-cli 或 yeoman 生成器,它们也需要 root 访问权限。但我不想用 sudo 安装所有全局包。

所以我想为什么不在类似 opt/bin/node 的地方安装 Node 和它的全局包,并给这个位置用户访问权限。

我曾经从 nodejs 网站下载安装程序,但我无法更改安装位置。所以问题是:

如何在 OSX 和 Windows 上的默认位置以外的位置安装 nodejs?

最佳答案

搜索引擎是您的 friend 。

直接取自node docs :

On Windows

The http://nodejs.org/dist/latest/ directory contains executables ofthe last version of Node.js engine (the engine only, i.e. withoutnpm):

32bit version: http://nodejs.org/dist/latest/node.exe

64bit version: http://nodejs.org/dist/latest/x64/node.exe

The http://nodejs.org/dist/npm/ directory contains the latest .ziparchive of npm (such as npm-1.1.16.zip when npm v1.1.16 was thelatest).

Manual installation steps:

  1. Make a clean directory and add that directory to your system's PATH variable.

  2. Download the latest node.exe to that directory.

  3. Download the latest npm's .zip file and unpack its contents to the same directory.

Then, with the usual help of PATH, you'll be able to run scripts (nodescriptname.js) and install modules (npm install modulename) in anydirectory.

...就在那下面...

Installing on Mac

The http://nodejs.org/dist/latest/ directory contains the latest .pkgpackage (such as node-v0.6.15.pkg when Node v0.6.15 was the latest).

关于windows - 在不同位置安装 nodejs 的最佳方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24518315/

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