0
I figured out how to solve, I did it like this, I used jQyery from Google’s Cdn to get jQuery so my script was like this
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
and my link
<link rel="stylesheet" href="/node_modules/bootstrap/dist/js/bootstrap.js">
You are using jquery on the client or server side?
– Maury Developer
Already tried to use, in the file
customer.ejs
the jQuery "normal" instead of the version slim?– Valdeir Psr
@Maurydeveloper I’m using on the client side.
– Brandon Marcos
@Valdeirpsr used the normal jQuery and the slim and neither of the two is working
– Brandon Marcos
You actually discovered an error in Jquery lib, because it didn’t work for me when I tested it. : v
– Maury Developer