hekod777

Results 2 issues of hekod777

By digging the issues I found ``` "scripts": { "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"" }, ``` to prevent people...

triaged

Hello I was trying to run Rendertron using npm start in an AWS ec2 instance to avoid the docker container performance penalty. then I got this error after npm start...