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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
I'm trying to install keystone on Linux Mint (ubuntu 14 based) and when I run the command "yo keystone" I get the following error.
I appreciate any help!
Environment
node version: v4.4.7
npm version: 2.15.8
mongodb version: v3.2.9-rc0
yeoman version: 1.8.5
os: Linux Mint xfce 17
Error code
$ yo keystone
/usr/lib/node_modules/generator-keystone/app/index.js:14
this.auto = args.includes('auto');
^
TypeError: args.includes is not a function
at new KeystoneGenerator (/usr/lib/node_modules/generator-keystone/app/index.js:14:19)
at Environment.instantiate (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:336:10)
at Environment.create (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:313:15)
at Environment.run (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:372:24)
at /usr/lib/node_modules/yo/lib/cli.js:140:11
at Array.forEach (native)
at /usr/lib/node_modules/yo/lib/cli.js:139:9
at Environment.resolver.lookup (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/resolver.js:50:12)
at init (/usr/lib/node_modules/yo/lib/cli.js:115:7)
at pre (/usr/lib/node_modules/yo/lib/cli.js:73:3)
The text was updated successfully, but these errors were encountered:
Problem
I'm trying to install keystone on Linux Mint (ubuntu 14 based) and when I run the command "yo keystone" I get the following error.
I appreciate any help!
Environment
node version: v4.4.7
npm version: 2.15.8
mongodb version: v3.2.9-rc0
yeoman version: 1.8.5
os: Linux Mint xfce 17
Error code
The text was updated successfully, but these errors were encountered: