The package.json file declares "jqueryui" as a dependency. But the wrapper headers then require "jquery-ui". This may cause dependency resolution to fail. The issue is not immediately obvious because both "jquery-ui" and "jqueryui" exist in NPM!
I think the correct library is "jquery-ui", so the fix should be to replace "jqueryui" with "jquery-ui" in package.json?
Hi all,
The package.json file declares "jqueryui" as a dependency. But the wrapper headers then require "jquery-ui". This may cause dependency resolution to fail. The issue is not immediately obvious because both "jquery-ui" and "jqueryui" exist in NPM!
I think the correct library is "jquery-ui", so the fix should be to replace "jqueryui" with "jquery-ui" in package.json?