node.js - cannot install crytpo in a my nodejs app using npm -


hello guys have nodejs app, , need install crytpo passwords confidentiality .

i'm using express 3.0.0
node 5.5.0
npm : 3.3.12

when tap npm install crypto cmd tell following :

enter image description here

this file 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"   } } 

could me ot please! thanks


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -