无法使用npm在我的nodejs应用程序中安装crytpo

时间:2016-02-08 17:07:37

标签: node.js npm

大家好我有一个nodeJS App,我需要安装crytpo来保密密码。

我正在使用express 3.0.0
节点5.5.0
npm:3.3.12

当我点按npm install crypto时,cmd告诉以下内容:

enter image description here

这是我的文件package.json:

{
  "name": "Training2",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node app"
  },
  "dependencies": {
    "body-parser": "^1.14.2",
    "ejs": "*",
    "express": "3.0.0"
  }
}

你能不能帮帮我吧!感谢

0 个答案:

没有答案