If we create a package, add a module with a Doctype in it, and then create a package release, will it generate a .tar file with all the necessary files to import the Doctype into another instance? Our goal is to import only the Doctype into a different instance, allowing users to design different Doctypes, export them as a .tar file, and then import them into the main instance, which will create all the Doctypes. Is the Packages feature intended for this use case? We want to transfer Doctypes between different instances through the UI only.
When I tried creating a package release for a package with a module in it, I encountered a “File Not Found” error. What could be causing this?
When I tried creating a package release for a package with a module in it, I encountered a “File Not Found” for README.md error. What could be causing this? The site/packages/package folder is not getting created.
Yes, i get README.md file not found in sites/packages/packagename error is thrown when trying to save a package release. Then i tried creating a folder manually in packages folder under site directory with the package name and added a readme.md file then the package release is saved but the package folder under sites/packages/package only contains a package.json, readme and license files. The tar file create also contains only these files.