how to include node_modules js file in html head code example
Example: link node module in html
app.use('/scripts', express.static(__dirname + '/node_modules/bootstrap/dist/'));
app.use('/scripts', express.static(__dirname + '/node_modules/bootstrap/dist/'));