Skip to content

Instantly share code, notes, and snippets.

@tomatohammado
Created February 16, 2018 18:11
Show Gist options
  • Save tomatohammado/dc9fc8f44443a1b675a716f71f5a59b5 to your computer and use it in GitHub Desktop.
Save tomatohammado/dc9fc8f44443a1b675a716f71f5a59b5 to your computer and use it in GitHub Desktop.
wdi week 11 day 5 - test evernote app
Last login: Fri Feb 16 09:35:55 on ttys000
~
$ bundle version
fatal: Not a git repository (or any of the parent directories): .git
Bundler version 1.16.1 (2018-02-16 commit )
~
$ bundler --version
Traceback (most recent call last):
2: from /Users/ga/.rbenv/versions/2.5.0/bin/bundler:23:in `<main>'
1: from /Users/ga/.rbenv/versions/2.5.0/lib/ruby/site_ruby/2.5.0/rubygems.rb:308:in `activate_bin_path'
/Users/ga/.rbenv/versions/2.5.0/lib/ruby/site_ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundler (Gem::GemNotFoundException)
~
$ bundle -v
Bundler version 1.16.1
~
$ cd dev/ga-wdi/projects/
~/dev/ga-wdi/projects
$ mkdir project-4
~/dev/ga-wdi/projects
$ git clone git@githu
~/dev/ga-wdi/projects
$ cd project-4/
~/dev/ga-wdi/projects/project-4
$ git clone git@github.com:tomatohammado/evernote-sdk-js.git
Cloning into 'evernote-sdk-js'...
remote: Counting objects: 743, done.
remote: Total 743 (delta 0), reused 0 (delta 0), pack-reused 743
Receiving objects: 100% (743/743), 340.97 KiB | 1.34 MiB/s, done.
Resolving deltas: 100% (326/326), done.
~/dev/ga-wdi/projects/project-4
$ cd evernote-sdk-js/
~/dev/ga-wdi/projects/project-4/evernote-sdk-js on master
$ git checkout -b demo-exploration
Switched to a new branch 'demo-exploration'
~/dev/ga-wdi/projects/project-4/evernote-sdk-js on demo-exploration
$ code .
~/dev/ga-wdi/projects/project-4/evernote-sdk-js on demo-exploration
$ cd s
sample/ src/
~/dev/ga-wdi/projects/project-4/evernote-sdk-js on demo-exploration
$ cd sample/
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample on demo-exploration
$ npm i
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!
> fsevents@1.1.3 install /Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js/node_modules/fsevents
> node install
[fsevents] Success: "/Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js/node_modules/fsevents/lib/binding/Release/node-v59-darwin-x64/fse.node" is installed via remote
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
> evernote@2.0.5 prepublish /Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js
> npm run-script lint && npm run-script clean && npm run-script build
> evernote@2.0.5 lint /Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js
> eslint src
> evernote@2.0.5 clean /Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js
> rm -rf lib
> evernote@2.0.5 build /Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js
> babel src -d lib
src/client.js -> lib/client.js
src/index.js -> lib/index.js
src/stores.js -> lib/stores.js
src/thrift/gen-js2/Errors.js -> lib/thrift/gen-js2/Errors.js
src/thrift/gen-js2/Limits.js -> lib/thrift/gen-js2/Limits.js
src/thrift/gen-js2/NoteStore.js -> lib/thrift/gen-js2/NoteStore.js
src/thrift/gen-js2/Types.js -> lib/thrift/gen-js2/Types.js
src/thrift/gen-js2/UserStore.js -> lib/thrift/gen-js2/UserStore.js
src/thrift/protocol/binaryProtocol.js -> lib/thrift/protocol/binaryProtocol.js
src/thrift/thrift.js -> lib/thrift/thrift.js
src/thrift/transport/binaryHttpTransport.js -> lib/thrift/transport/binaryHttpTransport.js
src/thrift/transport/memBuffer.js -> lib/thrift/transport/memBuffer.js
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN eslint-config-evernote@2.0.2 requires a peer of eslint-plugin-react@^5.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN evernote@2.0.5 No license field.
added 383 packages in 29.815s
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample on demo-exploration [!]
$ ls
express
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample on demo-exploration [!]
$ cd express/
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample/express on demo-exploration [!]
$ npm i
npm notice created a lockfile as package-lock.json. You should commit this file.
added 125 packages in 10.713s
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample/express on demo-exploration [!?]
$ node app.js
module.js:557
throw err;
^
Error: Cannot find module '../config.json'
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Module.require (module.js:604:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/ga/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample/express/routes/index.js:3:14)
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:573:32)
at tryModuleLoad (module.js:513:12)
at Function.Module._load (module.js:505:3)
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample/express on demo-exploration [!?]
$ node app.js
express-session deprecated undefined saveUninitialized option; provide saveUninitialized option app.js:14:9
Express server listening on port 3000
^C
~/dev/ga-wdi/projects/project-4/evernote-sdk-js/sample/express on demo-exploration [!?]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment