You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Maniruzzaman, my compliments for the project you created.
I am running it and see how it was build.
Quick question, the zip.js file is not working correctly.
If I run it like you mentioned it in the read.me, I end up with an empty dist folder.
When I stop the code execution on the line
asyncExec(
'composer install --optimize-autoloader --no-dev',
{
it will copy the folders and files, except the vendor folder for some reason.
Anyway, wanted to let you know, as this is still a work in progress, I guess you will fix this in the near future.
I have it fixed manually for now, so I can test the plugin.
Great project, love it.
Kind regards,
Jean Paul
The text was updated successfully, but these errors were encountered:
Hello Maniruzzaman, my compliments for the project you created. I am running it and see how it was build. Quick question, the zip.js file is not working correctly. If I run it like you mentioned it in the read.me, I end up with an empty dist folder. When I stop the code execution on the line asyncExec( 'composer install --optimize-autoloader --no-dev', { it will copy the folders and files, except the vendor folder for some reason.
Anyway, wanted to let you know, as this is still a work in progress, I guess you will fix this in the near future. I have it fixed manually for now, so I can test the plugin.
Great project, love it. Kind regards, Jean Paul
Hi, how did you solve the problem? I noticed that the files in the dist folder actually get written correctly, but then disappear in a millisecond as if they were deleted due to lack of permissions or by an antivirus. Thanks for sharing.
Hello Maniruzzaman, my compliments for the project you created.
I am running it and see how it was build.
Quick question, the zip.js file is not working correctly.
If I run it like you mentioned it in the read.me, I end up with an empty dist folder.
When I stop the code execution on the line
asyncExec(
'composer install --optimize-autoloader --no-dev',
{
it will copy the folders and files, except the vendor folder for some reason.
Anyway, wanted to let you know, as this is still a work in progress, I guess you will fix this in the near future.
I have it fixed manually for now, so I can test the plugin.
Great project, love it.
Kind regards,
Jean Paul
The text was updated successfully, but these errors were encountered: