Problem install UBUNTO 16.04

Hello

I am having trouble installing GenieACS anytime I run the sudo npm install -g genieacs follow below the return

root @ ubuntu: ~ # sudo npm install -g genieacs
/ usr / bin / genieacs-cwmp → / usr / lib / node_modules / genieacs / bin / genieacs-cwmp
/ usr / bin / genieacs-nbi → / usr / lib / node_modules / genieacs / bin / genieacs-nbi
/ usr / bin / genieacs-fs → / usr / lib / node_modules / genieacs / bin / genieacs-fs

genieacs@1.1.3 install / usr / lib / node_modules / genieacs
npm run configure

npm ERR! Linux 4.4.0-131-generic
npm ERR! argv “/ usr / bin / nodejs” / usr / bin / npm “” run “” configure "
npm ERR! node v7.10.1
npm ERR! npm v4.2.0
npm ERR! path /root/.npm/_logs
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall scandir

npm ERR! Error: EACCES: permission denied, scandir ‘/root/.npm/_logs’
npm ERR! {Error: EACCES: permission denied, scandir ‘/root/.npm/_logs’
npm ERR! errno: -13,
npm ERR! code: ‘EACCES’,
npm ERR! syscall: ‘scandir’,
npm ERR! path: ‘/root/.npm/_logs’}
npm ERR!
npm ERR! Please try running this command again as root / Administrator.
glob error {Error: EACCES: permission denied, scandir ‘/root/.npm/_logs’
errno: -13,
code: ‘EACCES’,
syscall: ‘scandir’,
path: ‘/root/.npm/_logs’}

genieacs@1.1.3 configure / usr / lib / node_modules / genieacs
if [! -f ./config/config.json]; then cp ./config/config-sample.json ./config/config.json; fi

npm ERR! Linux 4.4.0-131-generic
npm ERR! argv “/ usr / bin / nodejs” / usr / bin / npm “” run “” configure "
npm ERR! node v7.10.1
npm ERR! npm v4.2.0

npm ERR! Callback called more than once.
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /root/.npm/_logs/2019-06-08T13_21_04_370Z-debug.log
npm ERR! Linux 4.4.0-131-generic
npm ERR! argv “/ usr / bin / nodejs” / usr / bin / npm “” install “” -g “” genieacs "
npm ERR! node v7.10.1
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 243

npm ERR! genieacs@1.1.3 install: npm run configure
npm ERR! Exit status 243
npm ERR!
npm ERR! Failed at the genieacs@1.1.3 install script ‘npm run configure’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the genieacs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run configure
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs genieacs
npm ERR! Or if that is not available, you can get their info via:
npm ERR! npm owner ls genieacs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /root/.npm/_logs/2019-06-08T13_21_05_570Z-debug.log

following this guideline:

has anyone had this kind of problem, what is the solution?