How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chenglong/manager"
config.vm.box_version = "6"
end
vagrant init chenglong/manager \
--box-version 6
vagrant up
This version was created about 8 years ago.
Fix node modules dependencies with pre compiled libraries at /home/vagrant/node_modules