Open vasudev-sharma opened 5 years ago
@vs74 While performing Step 13/16: RUN npm install
deprecation warning occurred on my system too. I tried sudo docker-compose up --build
again.
@Saloni-Tayal , yeah! I agree with you these warning occurs inStep 13/16:
and also the installation works. What i am trying to say is, to reduce maintenance in future, I think it would be a good idea to deal with the whatever possible deprecated dependencies.
I tried following the instructions while installing Fabrik on my local machine as given in
Readme.md
. Everything worked fine but I was getting deprecation warning while performing the step 13(RUN npm install
). A screenshot of this is attached below.Though, I know it's not a issue. However, I think we should try updating the dependencies such that the build doesn't fail. This would help us in maintaining this repo and help us in resolving any such future dependency problems.