I am getting an error with the quickstart tutorial
The quickstart tutorial at the following URL
http://developer.yahoo.com/cocktails/mojito/docs/quickstart/
everything works out fine until I run the application after I made the code changes suggested
$ mojito start
I get this error
internallocale\AppData\Roaming\npm\node_modules\mojito\lib\app\autoload\store.serve
r.js:1458
posls = this.selector.getAllPOSLs();
^
TypeError: Cannot call method 'getAllPOSLs' of undefined
at ResourceStore.YUI.add.Y.extend.resolveResourceVersions (internallocale\AppDa
ta\Roaming\npm\node_modules\mojito\lib\app\autoload\store.server.js:1458:35)
at ResourceStore.YUI.add.Y.extend.preload (internallocale\AppData\Roaming\npm\n
ode_modules\mojito\lib\app\autoload\store.server.js:382:18)
at Object.Store.createStore (internallocale\AppData\Roaming\npm\node_modules\mo
jito\lib\store.js:82:11)
at new MojitoServer (internallocale\AppData\Roaming\npm\node_modules\mojito\lib
\mojito.js:68:29)
at Object.Mojito.createServer (internallocale\AppData\Roaming\npm\node_modules\
mojito\lib\mojito.js:652:12)
at Object.exports.run (internallocale\AppData\Roaming\npm\node_modules\mojito\l
ib\app\commands\start.js:89:18)
at Function.CLI.run (internallocale\AppData\Roaming\npm\node_modules\mojito\lib
\management\cli.js:176:17)
at Object. (internallocale\AppData\Roaming\npm\node_modules\mojito\b
in\mojito:12:5)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
@Houyhnhnm, there are a couple of PRs in github for window compatibility, we are working hard to resolve those issues and get mojito to run smoothly on windows.