You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm on Ubuntu 18.04, and I don't usually use Node, but when I did install nodejs and try to use this tool a number of npm modules were missing: shelljs, fs-extra, xml2js, lodash, nomnom
I installed these one-by-one with npm install X, working through the errors. Works fine now, but perhaps put this in the README? Thanks!
The text was updated successfully, but these errors were encountered:
phunanon
changed the title
Multiple node dependency issues
Multiple Node dependency issues
Jun 3, 2018
I am not the author, but in the node ecosystem, it's standard practice to put the dependencies into the package.json file. The author did that. Npm can install all the dependencies with a single command: npm install
Hello,
I'm on Ubuntu 18.04, and I don't usually use Node, but when I did install nodejs and try to use this tool a number of npm modules were missing: shelljs, fs-extra, xml2js, lodash, nomnom
I installed these one-by-one with
npm install X
, working through the errors. Works fine now, but perhaps put this in the README? Thanks!The text was updated successfully, but these errors were encountered: