Click here to Skip to main content
16,016,076 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to connect to database so i've chosen node.js and edge.js
i've installed node.js as per the instructions in http://java.dzone.com/articles/how-leverage-sql-server-nodejs
i've installed node.js but when i try to install edge.js it displays following error why is it so? Any help is greatly appreciated

CSS
C:\projects\node-edge-test1>npm install edge
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program File
\\node_modules\\npm\\bin\\npm-cli.js" "install" "edge"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN

npm ERR! self signed certificate in certificate chain
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     C:\projects\node-edge-test1\npm-debug.log
Posted

1 solution

Try installing from nuGet..
Edge.js0.9.2[^]

Which version of OS you are having.. If Older then Vista/Win7 then Nuget might not work...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900