Following the Install and Run section in the README results in - works with "grunt serve:dist" - broken with "grunt serve" This on a pristine ubuntu server 14.04 vagrant box, with nodejs and npm coming from the distro's packages. Versions: - ubuntu server 14.04 LTS - npm 1.3.10 - node v0.10.25 - bower 1.3.12 The output of "grunt test" brings up the same error I'm getting at the browser's console: ``` PhantomJS 1.9.7 (Linux) ERROR ReferenceError: Can't find variable: setImmediate at /vagrant/examples/loopback-example-full-stack/client/lbclient/browser.bundle.js:34621 ``` Browsers used were Chrome (38.0.2125.101 beta (64-bit)) and Firefox (32.0.3+build1-0ubuntu0.12.04.1). The bug being that a person following the README to the letter won't get a working example.
Following the Install and Run section in the README results in
This on a pristine ubuntu server 14.04 vagrant box, with nodejs and npm coming from the distro's packages. Versions:
The output of "grunt test" brings up the same error I'm getting at the browser's console:
Browsers used were Chrome (38.0.2125.101 beta (64-bit)) and Firefox (32.0.3+build1-0ubuntu0.12.04.1).
The bug being that a person following the README to the letter won't get a working example.