airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Cannot install from project.apm : E::ProcessQueue::SyntaxError: Error #1132 at JSON$/parse() #189

Closed shaymolho closed 1 year ago

shaymolho commented 1 year ago

I want to rollback to a previous version of project.apm this is my project.apm i want to install (ane directory empty, project-lock.apm doesn't exist) project.apm.zip apm install logs: apm-install-error.log

marchbold commented 1 year ago

When trying a clean install make sure you delete the apm_packages directory, ideally you should keep the lock file from the version you are wanting to rollback to, but a straight apm install should work may just pick up some different dependencies.

shaymolho commented 1 year ago

I managed without reverting