`
hongtoushizi
  • 浏览: 374889 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

pm WARN This failure might be due to the use of legacy binary "node"

阅读更多

安装nodejs的包的时候出现了以下错误:

pm WARN This failure might be due to the use of legacy binary "node"

 

前提是已经安装了nodejs包: sudo apt-get install -y nodejs

。(我是在已安装的情况下出现的此类错误)

解决方式如下:

sudo ln -s /usr/bin/nodejs /usr/bin/node

 

此问题只在14.04版本出现,我之前在12.04的时候从来没遇到此类问题。

0
1
分享到:
评论

相关推荐

    RandOnServer:这是我们项目 Rand'On 的服务器部分

    兰德服务器 准备好成为贡献者 从安装 heroku 工具带 登录使用 heroku login ...npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please rea

    httpd2.2.12.tar

    in the API early enough to warn the dev@httpd.apache.org community of the shortcomings so that they can be addressed before the stable release. The entire burden is on the module author to anticipate ...

    node-sass.zip

    npm WARN prefer global node-gyp@3.6.0 should be installed with -g > node-sass@4.5.2 install E:\workspace_vscode\ww\node_modules\node-sass > node scripts/install.js Downloading binary from ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    On modern processors smaller code usually runs faster due to better use of the instruction cache. Decision: A decent rule of thumb is to not inline a function if it is more than 10 lines long. ...

    acpi控制笔记本风扇转速

    operand to be an operation region of any type. It is now restricted to regions of type SystemMemory, as per the ACPI specification. BZ 481 Additional cleanup and optimizations for the new Table ...

    Java - J2EE Job Interview Companion.pdf

    **Ease of Use:** Since logging is rarely the main focus of an application, the Log4j API strives to be simple to understand and use. Its straightforward configuration and setup process make it easy ...

    log4j:WARN No appenders could be found for logger (org.springframework.context.s

    NULL 博文链接:https://wait7758521.iteye.com/blog/1933964

    Git-2.21.0-64-bit.zip

    and instead use the commits that happen to be at the tip of the remote-tracking branches from the get-go, by passing the new "--remote-submodules" option. * The pattern "git diff/grep" use to ...

    php.ini-development

    You can redirect all of the output of your scripts to a function. For ; example, if you set output_handler to "mb_output_handler", character ; encoding will be transparently converted to the ...

    node-v16.19.0-win-x86.zip

    Node.js,简称Node,是一个开源且跨平台的JavaScript运行时环境,它允许在浏览器外运行JavaScript代码。Node.js于2009年由Ryan Dahl创立,旨在创建高性能的Web服务器和网络应用程序。它基于Google Chrome的V8 ...

    VS错误提示:To disable deprecation, use _CRT_SECURE_NO_WARNINGS.

    Error C4996 ‘strcpy’: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 解决方案:更改...

    kafka调试中遇到Connection to node -1 could not be established. Broker may not be available.

    主要介绍了kafka调试中遇到Connection to node -1 could not be established. Broker may not be available的解决方法,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧

    Microsoft CDIMAGE v2.52

    filenames in the ISO-9660 name space might be changed to comply with DOS 8.3 and/or ISO-9660 naming restrictions) -j2 encode Joliet Unicode filenames without standard ISO-9660 names (requires a ...

    CDIMAGE 2.52

    filenames in the ISO-9660 name space might be changed to comply with DOS 8.3 and/or ISO-9660 naming restrictions) -j2 encode Joliet Unicode filenames without standard ISO-9660 names (requires a ...

    C++ Primer, Fourth Edition(中英对照,带源码)

    This popular tutorial introduction to standard C++ has been completely updated, reorganized, and rewritten to help programmers learn the language faster and use it in a more modern, effective way.Just...

    C++ Primer-4th.pdf

    library, and explain the features of C++, also show how to make the best use of the language. As in its previous editions, the book's authoritative discussion of fundamental C++ concepts and ...

    hadoop-core-1.2.0解决eclipse Hadoop Failed to set permissions of path错误

    eclipse远程调试hadoop时 报出eclipse Hadoop Failed to set permissions of path错误 修改hadoop core包中FileUtil java文件 里面有checkReturnValue方法 将代码throw new IOException "Failed to set ...

    170: Warning: (1681, ‘Integer display width is deprecated and will be removed in a future release.’)

    在Python的数据库操作中,尤其是当你使用pymysql库连接MySQL数据库时,可能会遇到一个警告,提示"Integer display width is deprecated and will be removed in a future release." 这个警告源于MySQL数据库的一个...

    Apress.Pro.LINQ.Language.Integrated.Query.in.C.Sharp.2008.Nov.2007.eBook-BBL

    - How to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server. - How to query Databases with LINQ to SQL, ...

Global site tag (gtag.js) - Google Analytics