Laragon install always failing
-
Whenever i try to install laravalmean.laravel wamp(these 2 i have tried to install) im getting this error and rollbacking the install, please help me to fix this issue
and my node version is
-
@Jijin-Jayakumar : Please install Laragon to directory like:
D:\lara
You have the error because your node_module path is too long!
-
my other laragon installation (which is currently using ) in
E:\mylife\laragon
-
I had this error today too. I think if
npm
ran with--no-bin-links
it might help. This is certainly a gotcha that would be nice to either fix or at least document, because it's pretty unexpected, especially when a folder path likeD:\mydigitallife\laragon\
doesn't seem unreasonably long.