I downloaded code via npm and am using the following code from this site.
`
`
Using this code, I get the following errors `Uncaught SyntaxError: Cannot use import statement outside a module (at (index):1:9)
(index):9 Uncaught ReferenceError: nestedSortables is not defined
at (index):9:21`
I am trying to use the "Nested Sortables Example" from this site and expect to see a sortable list.
Thank you for any help
Hello Forum,
I downloaded code via npm and am using the following code from this site. `
` Using this code, I get the following errors `Uncaught SyntaxError: Cannot use import statement outside a module (at (index):1:9) (index):9 Uncaught ReferenceError: nestedSortables is not defined at (index):9:21` I am trying to use the "Nested Sortables Example" from this site and expect to see a sortable list. Thank you for any help