I'm creating a new project of Aurelia with the CLI tool (au new
) with typescript template and need to use aurelia-dragula.
I installed aurelia-dragula with npm and start using it in my typescript files.
When I run "au run --watch"
, I get an error:
[Error: ENOENT: no such file or directory, open 'C:\temp\client\src\dragula.js']"
If I open my ts file , I have a problem with the import statement
"import {dragula} from 'dragula';"
Module ''dragula'' has no exported member dragula
Any idea please ? Did you use this plugin with the new Aurelia CLI project ?