wp-react-kit
wp-react-kit copied to clipboard
Trouble with zip.js
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
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.