This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i-0dac36ea7eac38872 Severe 155 days 23 -- -- -- -- -- -- -- -- -- -- 0.24 0.11 0.0 0.0 100 0.0 | |
Application update failed at 2019-05-29T11:15:53Z with exit status 1 and error: Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/50npm.sh failed. | |
+ /opt/elasticbeanstalk/containerfiles/ebnode.py --action npm-install | |
> [email protected] install /tmp/deployment/application/node_modules/node-sass | |
> node scripts/install.js | |
Unable to save binary /tmp/deployment/application/node_modules/node-sass/vendor/linux-x64-64 : { Error: EACCES: permission denied, mkdir '/tmp/deployment/application/node_modules/node-sass/vendor' | |
at Object.mkdirSync (fs.js:750:3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
#include <sys/types.h> | |
#include <unistd.h> | |
#include <sys/types.h> | |
#include <sys/wait.h> | |
#include <stdlib.h> | |
int main() { | |
int nprocesses = 3; |