Watson-Personal-Assistant / SkillBoilerplate

Other
7 stars 63 forks source link

Had to install inquirer and yamljs #52

Open kwiatks opened 5 years ago

kwiatks commented 5 years ago

To run setup-wizard.js I needed to also do the following - npm install inquirer npm install yamljs

Before I did the above I updated node.js and npm node -v v10.14.1

npm -v 6.4.1

troyibm commented 5 years ago

Did you do a npm install first? It should have installed yamljs and inquirer cause they are both in the package.json file. https://github.com/Watson-Personal-Assistant/SkillBoilerplate/blob/master/package.json#L14

Guess we don't say in the instructions to do npm install cause that's a given if there is a package.json file present.