All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:25, 8 March 2026 Kenneth talk contribs created page Npm (Created page with "== npm == == install package globally == sudo npm install -g [package] == install package local == Install package to ~/node_modules npm install [package] To install to another folder: # to install into parallel with the .npm cache folder... npm install --prefix ~/.npm [package] # example: npm install --prefix ~/.npm docker-browse This will create: ~/.npm/node_modules/ ~/.npm/node_modules/docker-browse/ ~/.npm/node_modules/several-other-dependecies/ ~/....")