We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
npm install
package.json
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: