1
Help for ParamQuery Pro / Re: Symfony webpack localize file error reference to the file "jquery-ui-pack".
« on: May 08, 2024, 03:27:24 am »
Thank you for your answers.
Delete node_modules folder and package-lock.json have no effect on this issue.
I found the solution, but I don't understand exactly where the problem was coming from.
Everything works if I put the source folder of pqgrid at the root of the Symfony folder.
"pqgrid": "file:packages/paramquery-9.1.1" works fine
But it doesn't work if I put the pqgrid folder outside, one (or more) level up.
"pqgrid": "file:../packages/paramquery-9.1.1" do not work anymore
It's as if webpack can't interpret the path with level up ../
I hope this solution can help other users
Thank you for all.
For me, this ticket is closed.
Delete node_modules folder and package-lock.json have no effect on this issue.
I found the solution, but I don't understand exactly where the problem was coming from.
Everything works if I put the source folder of pqgrid at the root of the Symfony folder.
"pqgrid": "file:packages/paramquery-9.1.1" works fine
But it doesn't work if I put the pqgrid folder outside, one (or more) level up.
"pqgrid": "file:../packages/paramquery-9.1.1" do not work anymore
It's as if webpack can't interpret the path with level up ../
I hope this solution can help other users
Thank you for all.
For me, this ticket is closed.