"requiresUserInteraction": false value

Hey guys, I’m trying to publish the package and in my project.json, I want the “requiresUserInteraction”:false. I tried to edit the json file and save the package. It still goes back to “true” after I publish it.

Hi @chavezneilb

Are you connected to a repository manager? Like Git?

The reason I ask is because the repo manager will manage change history and that way you will be able to confirm if it did actually see the update to the project.json file.

Hi @chavezneilb

Instead of this, I would recommend going to your project settings by clicking the gear from the project panel.

And then changing the toggle for background process. This will change the requireauserinteraction property to false as well.

Please note that changing project json file for such cases should be avoided as it can sometimes corrupt the project and incur loss of data.

Hope this helps.