Hi All,
I have installed a node package which I am trying to use in a custom app.In this case let's say the package name is "test-package".When I try to run this locally it gives an error "Uncaught SyntaxError: Cannot use import statement outside a module"

Is there a different way to import these packages?
Thanks!
This article from MDN should be a good guide to get you moving in the right direction:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules