How to Update

Regularly update the installed npm packages to keep your Doks website stable, usable, and secure.

Check for outdated packages

The npm outdated command will check the registry to see if any (or, specific) installed packages are currently outdated:

npm outdated [[<@scope>/]<pkg> ...]

Update packages

The npm update command will update all the packages listed to the latest version (specified by the tag config), respecting semver:

npm update [<pkg>...]


Need more help?

  • Try the search box at the top of this page.
  • Try the main FAQ page.
  • Share your issue on our issues forum on GitHub, as well as search for a similar issue already posted and perhaps solved.
  • Shoot us an email at admin@speechlogger.com.
  • Premium users may fill out the following form for premium support.
  • For suggestions, feature requests and other discussions, please join our discussions forum.
  • More ways to get in touch with us on the contact page.
Top