cli-eb-test
Advanced tools
Comparing version 2.15.0 to 2.16.0
{ | ||
"name": "cli-eb-test", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -31,5 +31,9 @@ const colors = require('colors') | ||
If you installed the ${colors.underline('@dadi/cli')} package as root (i.e. ${colors.underline('sudo npm install @dadi/cli -g')}), you also need to run all DADI CLI commands as root, prefixing them with ${colors.underline('sudo')} | ||
If you installed the ${colors.underline('@dadi/cli')} package as a super user\ | ||
(i.e. ${colors.underline('sudo npm install @dadi/cli -g')}), you also need to run all DADI CLI\ | ||
commands with the ${colors.underline('sudo')} prefix. | ||
Alternatively, see ${colors.underline('https://docs.npmjs.com/getting-started/fixing-npm-permissions')} for instructions on how to change your NPM to remove the need for root permissions.`) | ||
Alternatively, see\ | ||
${colors.underline('https://docs.npmjs.com/getting-started/fixing-npm-permissions')}\ | ||
for instructions on how to remove the need for using super user with your NPM installation.`) | ||
@@ -36,0 +40,0 @@ process.exit(1) |
7242
209