Skip to content

Instantly share code, notes, and snippets.

@wesruv
Created September 28, 2016 18:23
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 wesruv/b8cde4566348b9bdd02f8584a39a40ab to your computer and use it in GitHub Desktop.
Save wesruv/b8cde4566348b9bdd02f8584a39a40ab to your computer and use it in GitHub Desktop.
~/lullabot/lullabot.com-www (1903-remove-abs-paths)
$ git st
## 1903-remove-abs-paths...origin/1903-remove-abs-paths
~/lullabot/lullabot.com-www (1903-remove-abs-paths)
$ npm i
> fsevents@1.0.14 install /home/wesruv/lullabot/lullabot.com-www/node_modules/fsevents
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v47-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.0.14 and node@5.12.0 (node-v47 ABI) (falling back to source compile with node-gyp)
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
make: Entering directory '/home/wesruv/lullabot/lullabot.com-www/node_modules/fsevents/build'
SOLINK_MODULE(target) Release/obj.target/.node
COPY Release/.node
make: Leaving directory '/home/wesruv/lullabot/lullabot.com-www/node_modules/fsevents/build'
> lullabot.com-www@0.0.0 preinstall /home/wesruv/lullabot/lullabot.com-www
> cd local_modules/babel-plugin-filerev && npm install && cd ../../
npm WARN babel-plugin-filerev@1.0.0 No repository field.
npm WARN babel-plugin-filerev@1.0.0 No license field.
> lullabot.com-www@0.0.0 postinstall /home/wesruv/lullabot/lullabot.com-www
> npm run bower -- install && npm rebuild node-sass && npm run removeNPMAbsolutePaths node_modules && npm run removeNPMAbsolutePaths local_modules/babel-plugin-filerev/node_modules
> lullabot.com-www@0.0.0 bower /home/wesruv/lullabot/lullabot.com-www
> bower "install"
> node-sass@3.7.0 install /home/wesruv/lullabot/lullabot.com-www/node_modules/node-sass
> node scripts/install.js
Binary downloaded and installed at /home/wesruv/lullabot/lullabot.com-www/node_modules/node-sass/vendor/linux-x64-47/binding.node
> node-sass@3.7.0 postinstall /home/wesruv/lullabot/lullabot.com-www/node_modules/node-sass
> node scripts/build.js
"/home/wesruv/lullabot/lullabot.com-www/node_modules/node-sass/vendor/linux-x64-47/binding.node" exists.
testing binary.
Binary is fine; exiting.
node-sass@3.7.0 /home/wesruv/lullabot/lullabot.com-www/node_modules/node-sass
> lullabot.com-www@0.0.0 removeNPMAbsolutePaths /home/wesruv/lullabot/lullabot.com-www
> removeNPMAbsolutePaths "node_modules"
> lullabot.com-www@0.0.0 removeNPMAbsolutePaths /home/wesruv/lullabot/lullabot.com-www
> removeNPMAbsolutePaths "local_modules/babel-plugin-filerev/node_modules"
lullabot.com-www@0.0.0 /home/wesruv/lullabot/lullabot.com-www
├── babel-plugin-filerev@1.0.0
└─┬ watchify@3.6.1
└─┬ chokidar@1.5.1
└─┬ fsevents@1.0.14
└─┬ node-pre-gyp@0.6.29
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├─┬ nopt@3.0.6
│ └── abbrev@1.0.9
├─┬ npmlog@3.1.2
│ ├─┬ are-we-there-yet@1.1.2
│ │ └── delegates@1.0.0
│ ├── console-control-strings@1.1.0
│ ├─┬ gauge@2.6.0
│ │ ├── aproba@1.0.4
│ │ ├── has-color@0.1.7
│ │ ├── has-unicode@2.0.1
│ │ ├── object-assign@4.1.0
│ │ ├── signal-exit@3.0.0
│ │ ├─┬ string-width@1.0.1
│ │ │ ├─┬ code-point-at@1.0.0
│ │ │ │ └── number-is-nan@1.0.0
│ │ │ └── is-fullwidth-code-point@1.0.0
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.0.0
│ │ └── wide-align@1.1.0
│ └── set-blocking@2.0.0
├─┬ rc@1.1.6
│ ├── deep-extend@0.4.1
│ ├── ini@1.3.4
│ ├── minimist@1.2.0
│ └── strip-json-comments@1.0.4
├─┬ request@2.73.0
│ ├── aws-sign2@0.6.0
│ ├── aws4@1.4.1
│ ├─┬ bl@1.1.2
│ │ └── readable-stream@2.0.6
│ ├── caseless@0.11.0
│ ├─┬ combined-stream@1.0.5
│ │ └── delayed-stream@1.0.0
│ ├── extend@3.0.0
│ ├── forever-agent@0.6.1
│ ├─┬ form-data@1.0.0-rc4
│ │ └── async@1.5.2
│ ├─┬ har-validator@2.0.6
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├── has-ansi@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ ├── generate-function@2.0.0
│ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ └── is-property@1.0.2
│ │ │ ├── jsonpointer@2.0.0
│ │ │ └── xtend@4.0.1
│ │ └─┬ pinkie-promise@2.0.1
│ │ └── pinkie@2.0.4
│ ├─┬ hawk@3.1.3
│ │ ├── boom@2.10.1
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@1.1.1
│ │ ├── assert-plus@0.2.0
│ │ ├─┬ jsprim@1.3.0
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── json-schema@0.2.2
│ │ │ └── verror@1.3.6
│ │ └─┬ sshpk@1.8.3
│ │ ├── asn1@0.2.3
│ │ ├── assert-plus@1.0.0
│ │ ├─┬ dashdash@1.14.0
│ │ │ └── assert-plus@1.0.0
│ │ ├── ecc-jsbn@0.1.1
│ │ ├─┬ getpass@0.1.6
│ │ │ └── assert-plus@1.0.0
│ │ ├── jodid25519@1.0.2
│ │ ├── jsbn@0.1.0
│ │ └── tweetnacl@0.13.3
│ ├── is-typedarray@1.0.0
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├─┬ mime-types@2.1.11
│ │ └── mime-db@1.23.0
│ ├── node-uuid@1.4.7
│ ├── oauth-sign@0.8.2
│ ├── qs@6.2.0
│ ├── stringstream@0.0.5
│ ├── tough-cookie@2.2.2
│ └── tunnel-agent@0.4.3
├─┬ rimraf@2.5.3
│ └─┬ glob@7.0.5
│ ├── fs.realpath@1.0.0
│ ├── inflight@1.0.5
│ ├─┬ minimatch@3.0.2
│ │ └─┬ brace-expansion@1.1.5
│ │ ├── balanced-match@0.4.2
│ │ └── concat-map@0.0.1
│ └── path-is-absolute@1.0.0
├── semver@5.2.0
├─┬ tar@2.2.1
│ ├── block-stream@0.0.9
│ ├─┬ fstream@1.0.10
│ │ └── graceful-fs@4.1.4
│ └── inherits@2.0.1
└─┬ tar-pack@3.1.4
├─┬ debug@2.2.0
│ └── ms@0.7.1
├── fstream-ignore@1.0.5
├─┬ once@1.3.3
│ └── wrappy@1.0.2
├─┬ readable-stream@2.1.4
│ ├── buffer-shims@1.0.0
│ ├── core-util-is@1.0.2
│ ├── isarray@1.0.0
│ ├── process-nextick-args@1.0.7
│ ├── string_decoder@0.10.31
│ └── util-deprecate@1.0.2
└── uid-number@0.0.6
~/lullabot/lullabot.com-www (1903-remove-abs-paths)
$ git st
## 1903-remove-abs-paths...origin/1903-remove-abs-paths
?? node_modules/node-gyp/gyp/pylib/gyp/__init__.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/common.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/generator/make.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/input.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/simple_copy.pyc
?? node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.pyc
?? node_modules/node-sass/vendor/linux-x64-47/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment