`
hongtoushizi
  • 浏览: 359100 次
  • 性别: 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 ...

    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 ...

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

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

    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 ...

    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 ...

    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的解决方法,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧

    C++ Primer, Fourth Edition english

    Throughout the book, we highlight parts of the text to call attention to important aspects of the language, warn about common pitfalls, suggest good programming practices, and provide general usage ...

    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第四版英文版

    rewritten to help programmers learn the language faster and use it in a more modern, effective way.Just as C++ has evolved since the last edition, so has the authors' approach to teaching it. They now...

    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 ...

    Aerotech A3200 Training_V1.1.pdf

    4. To minimize the possibility of electrical shock and bodily injury, extreme care must be exercised when any electrical circuits are in use. Suitable precautions and protection must be provided to ...

    Mastering SASS

    CSS and Sass add elegance and excellence to the basic language, and consist of a CSS-compatible syntax that allows you to use variables, nested rules, mixins, inline imports, and much more. ...

    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