Saturday 18 March 2017

yarn does not work on aws linux

I have successfully installed yarn package manager for my node.js project. It works fine for mlocal host, but when I am checking out the same code repository on aws linux machine and then when I start hitting the APIs , they don't work. But If i remove yarn then it starts working.

These are the following steps that I am doing on aws for that:

1) sudo git clone ..... 2) sudo npm install -g yarn 3) yarn install 4) node app.js

Thw aws configuration are as follows:

t1.micro instance, ubuntu 14.04



via M thaker

No comments:

Post a Comment