• Win7 之 NodeJS 安装


    感谢: http://blog.chinaunix.net/uid-20648927-id-3081948.html

    http://www.infoq.com/cn/articles/nodejs-npm-install-config

    1、NodeJS下载:http://nodejs.org/#download 直接安装即可

    2、msysgit下载:http://msysgit.github.io/ 直接安装即可

    3、npm 下载安装

    打开msysgit

    $ git clone --recursive git://github.com/isaacs/npm.git
    Cloning into 'npm'...
    remote: Reusing existing pack: 29538, done.
    remote: Counting objects: 41, done.
    remote: Compressing objects: 100% (37/37), done.
    remote: Total 29579 (delta 7), reused 1 (delta 0)
    Receiving objects: 100% (29579/29579), 16.07 MiB | 286.00 KiB/s, done.
    Resolving deltas: 100% (14284/14284), done.
    Checking connectivity... done.
    Checking out files: 100% (1324/1324), done.


    $ node cli.js install npm -gf npm WARN using --force I sure hope you know what you are doing. npm http GET https://registry.npmjs.org/npm npm http 304 https://registry.npmjs.org/npm npm http GET https://registry.npmjs.org/npm/-/npm-1.4.7.tgz npm http 200 https://registry.npmjs.org/npm/-/npm-1.4.7.tgz npm WARN package.json github-url-from-git@1.1.1 No repository field. c:Program Files odejs pm -> c:Program Files odejs ode_modules pmin pm- cli.js npm@1.4.7 c:Program Files odejs ode_modules pm $ npm install underscore npm WARN package.json github-url-from-git@1.1.1 No repository field. npm http GET https://registry.npmjs.org/underscore npm http 200 https://registry.npmjs.org/underscore npm http GET https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz npm http 200 https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz underscore@1.6.0 node_modulesunderscore $ npm -v 1.4.7

    完毕!

  • 相关阅读:
    MVC在View中页面跳转
    javaEE之------ApectJ的切面技术===标签
    Service的生命周期
    Codeforces Round #253 (Div. 2)
    hdu 3183 A Magic Lamp(给一个n位的数,从中删去m个数字,使得剩下的数字组成的数最小(顺序不能变),然后输出)
    【转】理解红黑树
    概要设计注意事项
    C++ 初始化与赋值
    UE 的使用
    内存泄漏
  • 原文地址:https://www.cnblogs.com/la-isla-bonita/p/3699193.html
Copyright © 2020-2023  润新知