Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Had to install inquirer and yamljs #52

Open
kwiatks opened this issue Dec 7, 2018 · 1 comment
Open

Had to install inquirer and yamljs #52

kwiatks opened this issue Dec 7, 2018 · 1 comment

Comments

@kwiatks
Copy link

kwiatks commented Dec 7, 2018

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
Copy link
Member

troyibm commented Dec 7, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants