When you do this command:
node --debug-brk `which volo` create fos-todo-app
Does it stop in the debugger first, or fail immediately? If it fails
immediately, then it sounds like a problem with the installation that
npm did for volo, or perhaps a PATH issue finding the volo script?
I would confirm that `which volo` gives a path to a real file, and I
would ls -la on that path to make sure that if it is a symlink, that
it goes to a real file that can just be loaded directly with node.
James
> --
> You received this message because you are subscribed to the Google Groups
> "volojs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
volojs+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>