How to tutorials, Linux, Linux.TipsHow to find version all of the packages installed in node_modules directory? Less than a minute to read Pro.Tips June 3, 2025June 3, 2025 Share Share : Share : Share : Use the following command in root directory of the node application to find out what packages are installed locally and without their dependencies:npm list --depth=0This will output something like this: Pro.Tips June 3, 2025June 3, 2025 Share Share : Share : Share : Leave a Reply Cancel replyYou must be logged in to post a comment.