Nodejs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!!

31st May 2019, 12:08 PM
Đào Nguyên
Đào Nguyên - avatar
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.
31st May 2019, 4:59 PM
Calviղ
Calviղ - avatar
+ 1
Try run npm init first
31st May 2019, 12:59 PM
Calviղ
Calviղ - avatar
0
I have already done that and npm install express then install again but still
31st May 2019, 1:41 PM
Đào Nguyên
Đào Nguyên - avatar
0
To install express, run following commands in your working folder: npm init npm install --save express
31st May 2019, 3:56 PM
Calviղ
Calviղ - avatar
0
But those problem still there
31st May 2019, 4:49 PM
Đào Nguyên
Đào Nguyên - avatar