Yours will build successfully also if you get it to re-do the build process. To do that, just add any old package and commit the change. Then, remove that package and commit again. Then go to the Builds tab, and your build should restart.
Thanks a lot! @flukeout,
Iām trying and will update you .
BTW I wanted to ask why if iām trying to download and install any PPM module (with āppm installā on CMD) after I download the installer its not working and tells me that it couldnāt find that package, any idea ? :\
Hey there @aviad26 ā Iām a PM here at ActiveState and just wanted to follow-up on your PPM question. So, PPM is being phased out, and while it works āokā for some older versions of Perl, it doesnāt work with newer versions. A few quick questions, as well as some possible solutions:
Which package are you trying to add via ppm?
Is there a reason you didnāt add it to your project on the platform? Any details about your use case or environment you can share would be awesome.
Few options:
You can add the package you wanted to install via ppm to your project via the UI and rebuild. Just click the āAdd Packagesā button and select the package you want.
You could use the āstateā tool, which is our new CLI which will replace (and replicate) ppm in the long term. You can install it by clicking on the Dev Tools option in the platform banner.
Once you have it installed, you can add a package to your project with āstate package add [@optionalversion]ā. Instructions on how to install the state tool and links to the documentation are here: https://platform.activestate.com/dev-tools
Thanks for using the ActiveState platform for your builds ā let us know if we can help out!