Forum Discussion
Hi All,
Thanks for the information RobertT . I am getting some issues while executing package-plugin command. Successfully installed and downloaded the projects from the server in windows. But while executing the li plugin-package command getting the below error.
Thanks for the support.
[15:35:02] ✗ FAIL: Missing 2 expected files: res, res/**
[15:35:02] Tested 1 tests, 0 passes, 1 failures: FAIL
[15:35:02] 'plugin-verify' errored after 31 ms
[15:35:02] [gulp] Error in plugin 'stream-sync': Errors
[Stream 2] Error in script 'gulp-expect-file': Failed 1 expectations
Thanks,
DVB
Hi DVB,
This error typically indicates that you're missing a dependency required for the SDK to run.
In this case it is rsync that's missing, you can install cwRsync which is free for Windows.
Once installed, open a Powershell window and type the following command to verify that rsync is installed properly
rsync --version
After you've done that, if you've exported the studio plugin from your community, you may need to export it again, then run li serve-sass to complete downloading any other core skin dependencies and precompile the skin to help with plugin validation when it comes time to submit it again.
I hope this helps
Related Content
- 7 years ago