Hey, campers.
First of all, I would really appreciate the campers on here who are constantly trying their best to answer our questions . We see you guys and we really appreciate you.
Back to my question.
So, Iām currently learning node js (Proud of how far Iāve come though ) and to an extent, Iām understanding the concepts. Now I want to start experimenting with what Iāve learnt but on my local machine .
So, hereās my problem.
Iāve downloaded and installed node and it is evident in this screenshot( I use Windows OS)
I went futher to install āExpress.jsā with the npm install express --save but it doesnāt reflect in my āpackage.jsonā file.
Even when I run npm install to include the ānode_modulesā folder, it replies with
changed 1 package, and audited 3 packages in 3s
found 0 vulnerabilities
but still doesnāt include the node_modules folder
Soā¦
I have tried using npm init but to no avail. It syill doesnāt show the node_modules. Iāve checked all over stackoverflow too . I really need help
Does anyone have an idea how to reflect the āexpressā package on my package.json file?
Does anyone also know how I can include the node_modules folder?
Iāve done it.
It still showed the same thing .
After I installed express with bash in vscode, it still doesnāt reflect in package.json file.
Even when i ran ls -al, i still couldnāt find the express folder
Thank you so so much RandelDawson . Although, the solutions you gave didnāt seem to work for me, I just appreciate the fact that you seemed interested in whatsoever question I was asking.
I finally got my problem resolved; what I did was to delete the node and npm folder and its contents on my system file. I then reinstalled node but this time I changed the destination path to be
I have problem like you , it doesnāt appear node modules, but when iām changed directory as youāve recommend C:\User\AppData\Roaming , it my pc , it doesnāt have directory , so what should i do