FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Problem installing jsrouting-bundle #394

Closed wanwin closed 3 years ago

wanwin commented 3 years ago

Hi! I'm trying to install this bundle in my project on Windows through command prompt using composer require friendsofsymfony/jsrouting-bundle but everytime I try it I get the following error:

imagen

Do you know what's happening? In case it might be helpful, I'm using Symfony 5.1.2 and I have tried the same using command prompt as admin but I got the same error message.

stof commented 3 years ago

I would say that you have an issue with your %PUBLIC_DIR% in the command for the assets:install script. this seems invalid. It should have been replaced by the actual name of the public dir. In any case, that seems unrelated to this bundle (the error appears with this bundle, because it contains some installable assets while many other bundles don't have any). It seems to be an issue somewhere in your project (or in Flex)