-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pm2 install strider #983
Comments
Have a look at this issue #979 |
Node.js 4.4.5 In the logs below above it's displayed
|
Sounds like a bad install, because |
What does |
pm2 install does the following things:
|
strider-simple-runner is present in ~/.pm2/node_modules/ |
Ok I tried with more classical steps and I cannot run Strider like that:
And I get the same error:
|
What happens when you try this: cd /tmp
npm install strider
cd node_modules/strider
./bin/strider |
arkotek@t450: /tmp/node_modules/strider
>>> ./bin/strider
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
9950 forked
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
2016-08-18T12:18:26.874Z - error: Strider seems to have been misconfigured - there are no available runner plugins. Please make sure all dependencies are up to date.
9950 died 1 null
9983 forked
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version |
Okay, so it's not working directory related. Is the plugin actually there? Can you please give us the output of this:
|
ll /tmp/node_modules/strider/node_modules:
ls /tmp/node_modules/strider/node_modules/strider-simple-runner:
ls -latr /tmp/node_modules/strider:
npm -v
-> Flatened node modules tree |
WTF O__o There's no |
Doing You may need to upgrade to more recent NPM version to see that now the npm install flatten up all module tree Asciicinema: |
Sounds like we need a wiki entry on how to setup Strider with PM2, since it seems to keep coming up. |
Ah, I see it now. Confusingly, there was a git checkout of strider in my |
How to fix this directory problem? |
git clone https://github.com/Strider-CD/strider.git
cd strider
npm install Using npm to install strider doesn't work at all apparently :\ |
I manage to install Strider CD via pm2 but it does not starts:
It looks like the module is well installed in ~/.pm2/node_modules/strider/
Do you know any quick fix?
The text was updated successfully, but these errors were encountered: