wp-react-kit icon indicating copy to clipboard operation
wp-react-kit copied to clipboard

Trouble with zip.js

Open JeanPaul20 opened this issue 2 years ago • 1 comments

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

JeanPaul20 avatar Feb 17 '23 11:02 JeanPaul20

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.

Davidemanc avatar Mar 09 '23 09:03 Davidemanc