How I can install a plugin in ghost manually

I am trying to implement a search box in my Ghost theme using Ghost Finder: GitHub - kingRayhan/ghost-finder: The most advanced ghost search plugin

Can anyone help, how to install a plugin and use this plugin manually? npm install is not working.

Hi @w3Abhishek :wave:
You’ll need to do more than only install the library using npm, you’ll need to link the library to your theme using the steps shown in the installation guide:

But, I am stuck on first step. Its library is not getting installed with help of npm

Are you installing the package into the theme? This is where it’ll need to reside, not in your main Ghost installation