Strider-CD/strider-ssh-deploy

Doesn't show up at all...

Arduinology opened this issue · 6 comments

I installed strider-ssh-deploy. I can see it in ~/.npm/strider-ssh-deploy along with all the other strider plugins. I restart the strider application and go to plugins, nothing is there. What gives?

Make sure it is in node_modules along with the other plugins. ~/.npm is a
cache not where the application finds modules.

On Friday, July 11, 2014, Heath Naylor notifications@github.com wrote:

I installed strider-ssh-deploy. I can see it in ~/.npm/strider-ssh-deploy
along with all the other strider plugins. I restart the strider application
and go to plugins, nothing is there. What gives?


Reply to this email directly or view it on GitHub
#5.

Niall O'Higgins
W: http://niallohiggins.com
E: n@niallo.me
T: @niallohiggins

I have a path that looks like this...

~/node_modules/strider/node_modules

I also made sure it is in ~/node_modules/strider-ssh-deploy and ~/node_modules/strider/node_modules/strider-ssh-deploy as well as ~/.npm/strider-ssh-deploy

What more can I do?

'npm cache clean' had no effect.

This doesn't make any sense. I have done 'npm remove strider-webhooks' and then searched the entire filesystem for strider-webhooks, it is nowhere to be found. Yet when I restart strider, lo and behold, it is still in the plugins section. Is there a separate strider cache that I can clear by chance?

Did you install strider globally or not (npm install -g) ?

If strider is global, plugins must also be global.

If local, plugins must be local.

On Fri, Jul 11, 2014 at 10:43 AM, Heath Naylor notifications@github.com
wrote:

'npm cache clean' had no effect.


Reply to this email directly or view it on GitHub
#5 (comment)
.

Niall O'Higgins
W: http://niallohiggins.com
E: n@niallo.me
T: @niallohiggins

I installed all locally. I will remove everything and start from scratch.

Ok, uninstalling entirely I think I realized that I must have done a sudo npm install of strider. It is working now.