I hereby claim:
- I am ktkaushik on github.
- I am ktkaushik (https://keybase.io/ktkaushik) on keybase.
- I have a public key ASA0BToHdQfC376ogv4fH8l4mTBvBG7lblIjG1XVmgHwOAo
To claim this, I am signing this object:
npm ERR! path /home/ubuntu/status-page/node_modules/sharp | |
npm ERR! command failed | |
npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy) | |
npm ERR! make: Entering directory '/home/ubuntu/status-page/node_modules/sharp/build' | |
npm ERR! TOUCH Release/obj.target/libvips-cpp.stamp | |
npm ERR! CXX(target) Release/obj.target/sharp/src/common.o | |
npm ERR! sharp.target.mk:137: recipe for target 'Release/obj.target/sharp/src/common.o' failed | |
npm ERR! make: Leaving directory '/home/ubuntu/status-page/node_modules/sharp/build' | |
npm ERR! info sharp Using cached /home/ubuntu/.npm/_libvips/libvips-8.8.1-linux-arm64v8.tar.gz | |
npm ERR! gyp info it worked if it ends with ok |
# Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/ | |
# GitLab uses docker in the background, so we need to specify the | |
# image versions. This is useful because we're freely to use | |
# multiple node versions to work with it. They come from the docker | |
# repo. | |
# Uses NodeJS V 9.4.0 | |
image: node:9.4.0 | |
# And to cache them as well. |
I hereby claim:
To claim this, I am signing this object:
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"apigateway:*", | |
"cloudformation:CancelUpdateStack", | |
"cloudformation:ContinueUpdateRollback", | |
"cloudformation:CreateChangeSet", | |
"cloudformation:CreateStack", | |
"cloudformation:CreateUploadBucket", |
PM2 | Error: spawn ENOMEM | |
PM2 | at exports._errnoException (util.js:1026:11) | |
PM2 | at ChildProcess.spawn (internal/child_process.js:302:11) | |
PM2 | at exports.spawn (child_process.js:380:9) | |
PM2 | at Object.exports.execFile (child_process.js:143:15) | |
PM2 | at exports.exec (child_process.js:103:18) | |
PM2 | at getStaged (/home/deploy/.nvm/versions/node/v6.4.0/lib/node_modules/pm2/node_modules/vizion/lib/git.js:43:5) | |
PM2 | at fn (/home/deploy/.nvm/versions/node/v6.4.0/lib/node_modules/pm2/node_modules/async/lib/async.js:746:34) | |
PM2 | at /home/deploy/.nvm/versions/node/v6.4.0/lib/node_modules/pm2/node_modules/async/lib/async.js:1213:16 | |
PM2 | at /home/deploy/.nvm/versions/node/v6.4.0/lib/node_modules/pm2/node_modules/async/lib/async.js:166:37 |
<div class="clearfix loader" style="margin: 18px 15px 0; display: none;"> | |
<div class="spinner" style="float: left; display: inline-block;"></div> | |
<!-- optional --> | |
<div class="" style="float: left; display: inline-block; color: #CCCCCC">Auto Saving</div> | |
</div> |
// { | |
// "result": [ | |
// { | |
// "_id": 5, | |
// "count": 2 | |
// }, | |
// { | |
// "_id": 4, | |
// "count": 1 | |
// } |