CiscoDevNet / pathman-sr

Pathman SR is an open-source app to compute paths and deploy routes in Segment Routing-enabled network.
Other
96 stars 33 forks source link

gulp clean && gulp build is deleting vendor directory #11

Open abhinavp001 opened 6 years ago

abhinavp001 commented 6 years ago

Hi,

While following installation procedure cd pathman-sr-master/client-src/pathman_sr npm install bower install --allow-root npm install --save-dev run-sequence gulp clean && gulp build

Now it is deleting vendor directory under cd pathman-sr-master/client/pathman_sr Could you please suggest what is going wrong here ?

Regards, Abhinav

nikmon2 commented 6 years ago

Hi Abhinav,

I'm not familiar with this part of the setup, but it seems that the updated packages may have become incompatible with each other, and/or the pathman client code.

Cheers, Niklas