Updating your experiment
Last updated
Was this helpful?
Last updated
Was this helpful?
When new features or bug fixes are added to Empirica, you should try to upgrade to the latest version.
At the root of your experiment, run empirica version
:
You can update the packages in your experiment by running the following command at the root of your experiment:
Within your current experiment, this will upgrade both the empirica
command and the npm packages used in client/
and server/
. This will not upgrade the empirica
command globally. To upgrade the empirica command globally, see Updating the Empirica command
If you need to upgrade (or downgrade) to a specific version of Empirica, you can pass the exact version like so:
You can also choose to only upgrade the command line or the npm packages individually with either:
To upgrade the empirica
command globally (outside any existing experiment), run the following: