I have in stalled an npm package. Now I want to include the css and js files in my html page by typing something like this:
<link href="/root/node_modules/quill/dist/quill.snow.css" rel="stylesheet">
But the above path does not work. My html page is located at /var/www/html What is the right way to do this. This is probably a duplicate but I am not able to find the answer.