Skip to content

Instantly share code, notes, and snippets.

@myersg86
Last active September 12, 2018 18:29
Show Gist options
  • Save myersg86/131b068388df3b2fd4091fea5b237669 to your computer and use it in GitHub Desktop.
Save myersg86/131b068388df3b2fd4091fea5b237669 to your computer and use it in GitHub Desktop.
[hero-engine dev notes] developer notes & snippets for use in redhat hero-engine game

Notes & Snippets

hello world

inline-code

var s = "javascript.snippet";
alert(s);
npm install 
npm run examples
#!/bin/bash
echo('BASH!')

NPM INSTALL OUTPUT/ERRORS

npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN lifecycle The node binary used for scripts is /snap/bin/node but npm is using /snap/node/1026/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> git-pre-commit@2.1.4 postinstall /home/greg/git/hero-engine/node_modules/git-pre-commit
> gulp hooks:install

[12:21:31] Using gulpfile ~/git/hero-engine/node_modules/git-pre-commit/Gulpfile.js
[12:21:31] Starting 'hooks:install'...
[12:21:31] Starting 'hooks:clean'...
[12:21:31] "Deleting file: /home/greg/git/hero-engine/.git/hooks/pre-commit,/home/greg/git/hero-engine/.git/hooks/pre-commit.js,/home/greg/git/hero-engine/.git/hooks/pre-commit-utils/"
[12:21:31] Finished 'hooks:clean' after 5.56 ms
[12:21:31] Starting 'hooks:install-pre-commit-files'...
[12:21:31] Starting 'hooks:install-util-files'...
[12:21:31] Finished 'hooks:install-pre-commit-files' after 25 ms
[12:21:31] Finished 'hooks:install-util-files' after 19 ms
[12:21:31] Starting 'hooks:pre-commit-permissions'...
[12:21:31] Finished 'hooks:pre-commit-permissions' after 8.41 ms
[12:21:31] Finished 'hooks:install' after 41 ms

> phaser@3.12.0 postinstall /home/greg/git/hero-engine/node_modules/phaser
> node scripts/support.js

❤ Please help support Phaser development ❤
https://www.patreon.com/photonstorm/

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 663 packages from 469 contributors in 143.929s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment