Skip to Content
0
Jul 21, 2017 at 09:16 AM

How to avoid installing node dependencies for each deploy in Web IDE?

164 Views Last edit May 27, 2020 at 07:53 AM 2 rev

Dear developers,

We started using Web IDE with grunt build. It seems to be very perspective idea but currently working with it is a pain as we have to wait couple minutes during each deploy for installing node dependencies.

If we execute grunt locally for same project same operation takes 20x less time.

Do you have any ideas how to disable reinstalling node moudles each time?

Thank you!