Did you verify whether this issue has already been reported here?
Yes
Tell us about the problem.
I'm trying to develop NativeScript plugins using SideKick following the official plugins seed. During plugin development, you test the Demo App of the plugin which installs the plugin from the file system like "nativescript-yourplugin": "../src" OR by using NPM Links (the recommended approach). However, both of the approaches are not currently supported by SideKick and the plugin development is almost impossible.
Tell us how to recreate the issue in as much detail as possible.
Start the application.
Open the Demo of a NativeScript Plugin.
Run the 'build' and 'plugin.link' npm commands in the plugin src folder.
Run the Demo.
You will get a folder not found error as the linked plugin folder cannot be found during Cloud Build.
This is a very good idea. Due to complexity of the cloud build, we need some time to brainstorm the most effective way to implement this. Looping in @rosen-vladimirov .
Please, provide the details below:
Did you verify whether this issue has already been reported here?
Yes
Tell us about the problem.
I'm trying to develop NativeScript plugins using SideKick following the official plugins seed. During plugin development, you test the Demo App of the plugin which installs the plugin from the file system like "nativescript-yourplugin": "../src" OR by using NPM Links (the recommended approach). However, both of the approaches are not currently supported by SideKick and the plugin development is almost impossible.
Tell us how to recreate the issue in as much detail as possible.
Does this issue happen every time?
Yes