How to configure vagrant to work with node.js
问题 I have problem with running node.js with vagrant. I have following structure of project: - public - hello.js - vagrant - puphpet - Vagrantfile Here's my puphpet config: --- vagrantfile-local: vm: box: puphpet/debian75-x64 box_url: E:\vagrant boxes\debian-7.5-x86_64-v1.2-virtualbox.box hostname: '' memory: '1024' cpus: '1' chosen_provider: virtualbox network: private_network: 192.168.56.102 forwarded_port: BD200PpFPN2U: host: '3000' guest: '3000' post_up_message: '' provider: virtualbox: