Skip to content

Instantly share code, notes, and snippets.

@lenards
Created December 1, 2017 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenards/72e5c282670a2bc5e29152eac720b7e4 to your computer and use it in GitHub Desktop.
Save lenards/72e5c282670a2bc5e29152eac720b7e4 to your computer and use it in GitHub Desktop.
Sample shell output from working on the lore-quickstart
✔ ~/devel
13:58 $ lore
Usage: $ <command>
Commands:
new Create a new application
extract Create files that mirror the blueprint behavior
generate Generate common project files
Options:
--version Show version number [boolean]
--help Show help [boolean]
Please enter a valid command.
✘-1 ~/devel
13:58 $ lore new lore-quickstart --es6
info: Created a new Lore application `lore-quickstart`
✔ ~/devel
13:59 $ cd lore-quickstart/
✔ ~/devel/lore-quickstart
13:59 $ npm install
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
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: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
> fsevents@1.1.3 install /Users/lenards/devel/lore-quickstart/node_modules/fsevents
> node install
[fsevents] Success: "/Users/lenards/devel/lore-quickstart/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
> phantomjs-prebuilt@2.1.16 install /Users/lenards/devel/lore-quickstart/node_modules/phantomjs-prebuilt
> node install.js
Considering PhantomJS found at /usr/local/bin/phantomjs
Found PhantomJS at /usr/local/bin/phantomjs ...verifying
Writing location.js file
PhantomJS is already installed on PATH at /usr/local/bin/phantomjs
> node-sass@4.7.2 install /Users/lenards/devel/lore-quickstart/node_modules/node-sass
> node scripts/install.js
Cached binary found at /Users/lenards/.npm/node-sass/4.7.2/darwin-x64-57_binding.node
> node-sass@4.7.2 postinstall /Users/lenards/devel/lore-quickstart/node_modules/node-sass
> node scripts/build.js
Binary found at /Users/lenards/devel/lore-quickstart/node_modules/node-sass/vendor/darwin-x64-57/binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN lore@0.12.6 requires a peer of json-loader@0.5.4 but none is installed. You must install peer dependencies yourself.
added 1281 packages in 24.143s
✔ ~/devel/lore-quickstart
13:59 $ npm install -D json-loader@0.5.4
+ json-loader@0.5.4
updated 1 package in 6.008s
✔ ~/devel/lore-quickstart
14:01 $
✔ ~/devel/lore-quickstart
14:01 $ npm start
> lore-quickstart@0.0.0 start /Users/lenards/devel/lore-quickstart
> webpack-dev-server --history-api-fallback --hot --env=development --port=3000
build [== ] 10%events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 127.0.0.1:3000
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at Server.setupListenHandle [as _listen2] (net.js:1351:14)
at listenInCluster (net.js:1392:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lore-quickstart@0.0.0 start: `webpack-dev-server --history-api-fallback --hot --env=development --port=3000`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lore-quickstart@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lenards/.npm/_logs/2017-12-01T21_05_24_058Z-debug.log
✘-1 ~/devel/lore-quickstart
14:05 $ npm install
up to date in 4.494s
✔ ~/devel/lore-quickstart
14:06 $ npm start
> lore-quickstart@0.0.0 start /Users/lenards/devel/lore-quickstart
> webpack-dev-server --history-api-fallback --hot --env=development --port=3000
build [== ] 10%events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 127.0.0.1:3000
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at Server.setupListenHandle [as _listen2] (net.js:1351:14)
at listenInCluster (net.js:1392:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lore-quickstart@0.0.0 start: `webpack-dev-server --history-api-fallback --hot --env=development --port=3000`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lore-quickstart@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lenards/.npm/_logs/2017-12-01T21_06_14_751Z-debug.log
✘-1 ~/devel/lore-quickstart
14:06 $ node --version
v8.9.1
✔ ~/devel/lore-quickstart
14:08 $ npm --version
5.5.1
✔ ~/devel/lore-quickstart
14:09 $ ls
README.md assets config db.json gulp gulpfile.js index.html index.js initializers node_modules package-lock.json package.json postcss.config.js routes.js src webpack.config.js
✔ ~/devel/lore-quickstart
14:11 $ cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment