I can't find my libs folders, I looked everywhere, I download a lib but it doesn't show up, I need help
Asked
Active
Viewed 195 times
-1
-
1Did you install it via npm? If so, what commands did you use and what was their output? Can you provide a better screenshot of the issue? This one is unreadable. – Xeoth Jan 08 '21 at 03:18
-
ready zoomed the image, and yes I installed it at npm, comands: npm i lodash – Gabriel Jan 08 '21 at 04:12
-
Did you initalize you node project via `npm init`? – loliallen Jan 08 '21 at 04:16
-
no, I'm a beginner, I don't know what this is for – Gabriel Jan 08 '21 at 04:17
-
for installing any packages you shoud initalize project, type command `npm init` in project dir – loliallen Jan 08 '21 at 04:18
-
ouraaaa thank you, it worked <3 – Gabriel Jan 08 '21 at 04:21
1 Answers
0
In your project directory type
$ npm init
$ npm i loadsh

loliallen
- 106
- 1
- 7
-
also check vs-code open directory, it shoud match to command line path – loliallen Jan 08 '21 at 04:22