Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.12k stars 235 forks source link

Deprecation warning with some dependencies !! #526

Open vasudev-sharma opened 4 years ago

vasudev-sharma commented 4 years ago

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.

Screenshot 2019-11-24 at 1 12 42 AM

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.

salonitayal commented 4 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.

vasudev-sharma commented 4 years ago

@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.