Javascript Fedora 23是否提供nodejs legacy?

Javascript Fedora 23是否提供nodejs legacy?,javascript,linux,node.js,ubuntu,fedora,Javascript,Linux,Node.js,Ubuntu,Fedora,在Ubuntu上,可以通过 但我需要在Fedora 23上执行此操作,并且我没有看到任何可用的nodejs遗留软件包 如果我编译时没有这个包,那么我会得到很多这样的错误 npm ERR! Error: ENOENT, lstat '/node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js' npm ERR! If you need help, you may report this log at

在Ubuntu上,可以通过

但我需要在Fedora 23上执行此操作,并且我没有看到任何可用的nodejs遗留软件包

如果我编译时没有这个包,那么我会得到很多这样的错误

npm ERR! Error: ENOENT, lstat '/node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.10.0-123.8.1.el7.x86_64
npm ERR! command "node" "/usr/bin/npm" "install" "mathoid"
npm ERR! cwd /
npm ERR! node -v v0.10.42
npm ERR! npm -v 1.3.6
npm ERR! path /node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js
npm ERR! fstream_path /node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:108:15)
npm ERR! Error: ENOENT, lstat '/node_modules/mathoid/node_modules/service-runner/node_modules/yargs/lib/usage.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>
npm错误!错误:enoint,lstat'/node\u modules/mathoid/node\u modules/service runner/node\u modules/core js/index.js'
npm错误!如果需要帮助,您可以在以下位置报告此日志:
npm错误!
npm错误!或通过电子邮件发送至:
npm错误!
npm错误!系统Linux 3.10.0-123.8.1.el7.x86_64
npm错误!命令“node”“/usr/bin/npm”“install”“mathid”
npm错误!cwd/
npm错误!节点-v v0.10.42
npm错误!npm-V1.3.6
npm错误!path/node_modules/mathoid/node_modules/service runner/node_modules/core js/index.js
npm错误!fstream_path/node_modules/mathoid/node_modules/service runner/node_modules/core js/index.js
npm错误!fstream_类型文件
npm错误!fstream_类文件编写器
npm错误!代码eNONT
npm错误!埃尔诺34
npm错误!fstream_stack/usr/lib/node_modules/fstream/lib/writer.js:284:26
npm错误!fstream_stack Object.oncomplete(fs.js:108:15)
npm错误!错误:enoint,lstat'/node\u modules/mathoid/node\u modules/service runner/node\u modules/yargs/lib/usage.js'
npm错误!如果需要帮助,您可以在以下位置报告此日志:
npm错误!
npm错误!或通过电子邮件发送至:
npm错误!
问题


Fedora上的nodejs legacy的等价物是什么

如果您需要使用旧版本的node,您可以查看它是否在repo中可用:

dnf info nodejs.x86_64--显示重复项| grep版本

如果这是您需要的特定版本之一,您可以降级到它


但是,我建议您使用“虚拟环境”同时安装不同的节点版本。这是一个很好的选择。你也可以试试。

不,据我所知,没有类似的。这是否意味着,那时候就没有办法让马修在fedora上工作了?还是只需要换一种方式?
npm ERR! Error: ENOENT, lstat '/node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.10.0-123.8.1.el7.x86_64
npm ERR! command "node" "/usr/bin/npm" "install" "mathoid"
npm ERR! cwd /
npm ERR! node -v v0.10.42
npm ERR! npm -v 1.3.6
npm ERR! path /node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js
npm ERR! fstream_path /node_modules/mathoid/node_modules/service-runner/node_modules/core-js/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:108:15)
npm ERR! Error: ENOENT, lstat '/node_modules/mathoid/node_modules/service-runner/node_modules/yargs/lib/usage.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>