I have installed jQuery using npm on my system (Win 10 Pro x32). What does it mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

I have installed jQuery using npm on my system (Win 10 Pro x32). What does it mean?

25th May 2017, 8:19 AM
Siddharth Saraf
4 Answers
+ 6
Linux ????? IDK It Sounds like linux
25th May 2017, 8:24 AM
Kailash Loncha
Kailash Loncha - avatar
+ 4
that's mean that jQuery files in node_modules folder in your project
25th May 2017, 8:33 AM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 3
I have updated my question to win 10 @Terminator
25th May 2017, 8:31 AM
Siddharth Saraf
+ 1
if you installed jquery locally then you can require it and use it within the project folder l. var jquery = require("jquery"); if you installed it globally ( with -g flag) then you can require anywhere you want (obviously in a node project)
25th May 2017, 9:21 AM
Apel Mahmod
Apel Mahmod - avatar