Downloaded and installed this demo and in attempting to run the "npm run" command I got the subject error
Last login: Wed Jun 5 19:40:31 on console
Warning: Use php56 instead of deprecated homebrew/php/php56
Error: No available formula with the name "homebrew/core/php56"
-bash: kubectl: command not found
Kendalls-MacBook-Pro-3:~ kendallarneaud$ cd Documents/Git
Kendalls-MacBook-Pro-3:Git kendallarneaud$ git clone --depth 1 https://github.com/interfaced/zombiebox-demo.git zombiebox
Cloning into 'zombiebox'...
remote: Enumerating objects: 302, done.
remote: Counting objects: 100% (302/302), done.
remote: Compressing objects: 100% (211/211), done.
remote: Total 302 (delta 83), reused 248 (delta 81), pack-reused 0
Receiving objects: 100% (302/302), 2.30 MiB | 3.56 MiB/s, done.
Resolving deltas: 100% (83/83), done.
Checking connectivity... done.
Kendalls-MacBook-Pro-3:Git kendallarneaud$ cd zombiebox
Kendalls-MacBook-Pro-3:zombiebox kendallarneaud$ yarn install
yarn install v1.6.0
(node:72886) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
warning package.json: No license field
info No lockfile found.
warning zombiebox-demo@2.0.0-alpha.2: No license field
[1/4] 🔍 Resolving packages...
warning zombiebox > postcss-preset-env > postcss-color-functional-notation > postcss-values-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
warning zombiebox-extension-dependency-injection > mocha > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext@3.1.0: 'postcss-cssnext' has been deprecated in favor of 'postcss-preset-env'. Read more at https://moox.io/blog/deprecating-cssnext/
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext > autoprefixer > browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext > postcss-attribute-case-insensitive > postcss-selector-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext > postcss-color-rebeccapurple > postcss-values-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
warning zombiebox-extension-dependency-injection > karma-coverage > istanbul@0.4.5: This module is no longer maintained, try this instead:
npm i nyc
Visit https://istanbul.js.org/integrations for other alternatives.
warning zombiebox-extension-dependency-injection > mocha > jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
warning zombiebox-extension-dependency-injection > mocha > to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext > caniuse-api > browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext > pixrem > browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning zombiebox-extension-dependency-injection > karma > socket.io > socket.io-parser > json3@3.3.2: Please use the native JSON object instead of JSON 3
warning zombiebox-extension-i18n > jison > nomnom@1.5.2: Package no longer supported. Contact support@npmjs.com for more info.
warning zombiebox-extension-i18n > jison > cjson > jsonlint > nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
warning zombiebox-extension-i18n > jison > jison-lex > nomnom@1.5.2: Package no longer supported. Contact support@npmjs.com for more info.
[2/4] 🚚 Fetching packages...
info fsevents@2.0.7: The engine "node" is incompatible with this module. Expected version "^8.16.0 || ^10.6.0 || >=11.0.0".
info "fsevents@2.0.7" is an optional dependency and failed compatibility check. Excluding it from installation.
info google-closure-compiler-linux@20190528.0.0: The platform "darwin" is incompatible with this module.
info "google-closure-compiler-linux@20190528.0.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info google-closure-compiler-linux@20190121.0.0: The platform "darwin" is incompatible with this module.
info "google-closure-compiler-linux@20190121.0.0" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] 🔗 Linking dependencies...
warning " > zombiebox-extension-about@2.0.0-alpha.4" has unmet peer dependency "zombiebox-extension-cutejs@^1.1.1".
warning "zombiebox-extension-dependency-injection > zombiebox > postcss-cssnext@3.1.0" has unmet peer dependency "caniuse-lite@^1.0.30000697".
warning " > zombiebox-extension-ui@2.0.0-alpha.3" has unmet peer dependency "zombiebox-extension-cutejs@^1.1.0".
warning " > eslint-config-interfaced@1.5.0" has unmet peer dependency "eslint-plugin-goog@^1.0.0".
warning " > eslint-config-interfaced@1.5.0" has incorrect peer dependency "eslint-plugin-node@^7.0.1".
[4/4] 📃 Building fresh packages...
success Saved lockfile.
warning Your current version of Yarn is out of date. The latest version is "1.16.0", while you're on "1.6.0".
info To upgrade, run the following command:
$ brew upgrade yarn
✨ Done in 90.32s.
Kendalls-MacBook-Pro-3:zombiebox kendallarneaud$ yarn start
yarn run v1.6.0
(node:73674) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
warning package.json: No license field
$ zombiebox run
Extension about loaded
Cannot find module 'zb-utils'
Failed to create ZombieBox Application instance. CLI functionality will be limited
Could not find ZombieBox applicaion
error Command failed with exit code 1.
Downloaded and installed this demo and in attempting to run the "npm run" command I got the subject error
I'm running
Yarn v1.6.0
Mac Mojave
The following was the output from
yarn install