I have two Laravel projects one will work with gulp
and another will work with web pack
. And now the problem is gulp
is not working with latest version of node
and webpack
needs only latest version of node.I'm like confused how do I deal with this?
Can two different node versions be used for this two Laravel projects? Is it possible to install two versions of node in Ubuntu? How to make these two projects work with their respective node versions?
Can anybody suggest some solution for this?