🇮🇳India drupalprog
Welcome everyone.
🇮🇳India drupalprog
i tried almost everything via composer, uninstall module then again install, replace superfish library again, change semicolon but no luck
finally i checked code & did some debugging & found
you need to rename folder "superfish" to "drupal-superfish" then it will recognized.
so path will be
libraries >> drupal-superfish
superfish module used superfish_library_path function in which library path is set to
$library = 'drupal-superfish'
hope it will helpful to others.
🇮🇳India drupalprog
drupalprog → created an issue.