zoukankan      html  css  js  c++  java
  • 在Webstrom中,安装bootstrap依赖时的提示信息,很多地方可以作为延伸学习

    /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js install --scripts-prepend-node-path=auto
    npm WARN deprecated http2@3.3.7: Use the built-in module in node 9.0.0 or newer, instead
    npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
    npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
    npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
    npm WARN deprecated node-uuid@1.4.0: Use uuid module instead
    npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

    > phantomjs@1.9.20 install /Users/zhangji/my/read_src/bootstrap-3.3.7/node_modules/phantomjs
    > node install.js

    PhantomJS not found on PATH
    Downloading https://github.com/Medium/phantomjs/releases/download/v1.9.19/phantomjs-1.9.8-macosx.zip
    Saving to /var/folders/b0/c4px0nl972sfrv90h3k4bygw0000gn/T/phantomjs/phantomjs-1.9.8-macosx.zip
    Receiving...

  • 相关阅读:
    二叉树同构
    L1-001 Hello World--java
    关于Hanoi的递归分析
    L1-049 天梯赛座位分配
    1001 害死人不偿命的(3n+1)猜想 && 1005 继续(3n+1)猜想
    L1-046 整除光棍
    L1-043 阅览室
    lambda_Consumer接口
    lambda_Supplier接口
    Veu_v-for
  • 原文地址:https://www.cnblogs.com/skating/p/7649896.html
Copyright © 2011-2022 走看看