[nodejs] Google codelab execution for Node Angular app deployment fails

2019-03-16 Thread rohit jagannath
I am trying to execute google cloud code lab by following the steps below - https://codelabs.developers.google.com/codelabs/cloud-cardboard-viewer/index.html#3 I get an error when i run the command - npm start on the 4th codelab exercise. Error details below - /home/rohitj559/cloud-cardboa

Re: [nodejs] Google codelab execution for Node Angular app deployment fails

2019-03-16 Thread Forrest Norvell
Check the version of Node you're running. `vm.runInDebugContext()` was [deprecated as of Node v8.0.0]( https://nodejs.org/docs/latest-v9.x/api/vm.html#vm_vm_runindebugcontext_code) and removed in Node 10. It's possible there's a newer version of that Angular tutorial, or maybe you just need to inst