Yes: your version of npm (which comes with Node.js) is too new, and the homey app cannot deal with it. But even though the error occurs, the app is still installed successfully (see last line).
If you want to get rid of the error, you should install npm@6 (npm install npm@6 -g).