Skip to content

Instantly share code, notes, and snippets.

View suculent's full-sized avatar

Matej Sychra suculent

View GitHub Profile
@suculent
suculent / output.txt
Created July 13, 2017 08:50
Dependencies for nyc causing error with find-up
v8.1.4
5.0.3
thinx@1.7.1725 /Users/sychram/Repositories/thinx-device-api
├─┬ body-parser@1.17.2
│ ├── bytes@2.4.0
│ ├── content-type@1.0.2
│ ├─┬ debug@2.6.7
│ │ └── ms@2.0.0
│ ├── depd@1.1.0
│ ├─┬ http-errors@1.6.1
@suculent
suculent / Vagrantfile
Last active September 8, 2016 16:23
Vagrantfile above deploy.sh
# -*- mode: ruby -*-
# vi: set ft=ruby :
appname = 'jalousie'
Vagrant.configure("2") do |config|
config.vm.box = "marcoaltieri/ubuntu-desktop-16.04-64bit"
config.vm.box_check_update = false
config.vm.network "forwarded_port", guest: 80, host: 30000