gpt4 book ai didi

node.js - 无法在 Ubuntu 12.04 上使用 coffeescript 安装 node.js

转载 作者:搜寻专家 更新时间:2023-11-01 00:26:09 24 4
gpt4 key购买 nike

尝试使用像 this 这样的 coffeescript 安装 node.js:

sudo sudo apt-get install nodejs npm
sudo npm install -g coffee-script

但是:

coffee -v

返回我:

Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function.Object.defineProperty.get (module.js:388:11)
at Object.<anonymous> (/home/lapsa/bin/coffee@1.3.0:4:21)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:903:3

我现在完全迷路了。有帮助吗?


尝试过 this approach 但没有成功。

$ npm -v
1.2.15

$ node -v
v0.11.0-pre

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise

最佳答案

这个解决方案对我有用(在 Ubuntu 12.04 和 13.04 上测试过):

sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo npm install -g coffee-script

来源: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

请注意,它不使用默认的 Ubuntu 包 npm。相反,npm 与 Chris Lea 的 nodejs 包一起打包。

如果您已经安装了 npm,您可能希望在应用上述解决方法之前先将其删除。请注意,与名为 node 但与 nodejs 无关的包也存在命名冲突。如果您不小心安装了该软件包,您可能还想将其删除。

关于node.js - 无法在 Ubuntu 12.04 上使用 coffeescript 安装 node.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15547695/

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