+ 2
Nodejs
I'm trying to install npm while it keeps reporting that: "npm WARN result@1.0.0 No description npm WARN result@1.0.0 No repository field. audited 2362 packages in 2.805s found 0 vulnerabilities" I'm new to this so please help me!!
5 Answers
+ 3
You could try out node express from glitch.me
https://glitch.com/edit/#!/nodejs-express-start
You could clone the repo into your local pc too.
+ 1
Try run
npm init
first
0
I have already done that and npm install express then install again but still
0
To install express, run following commands in your working folder:
npm init
npm install --save express
0
But those problem still there