How can support Windows with nodets_mysql?

After I added the package nodets_mysql on Windows, it seems didn’t work for my test and got this failed message after perform the command meteor.

E:\mymeteor\mysql>meteor
[[[[[ ~\E\mymeteor\mysql ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Exited with code: 8
W20151217-14:34:19.464(8)? (STDERR)
throw(ex);
W20151217-14:34:19.464(8)? (STDERR)
^
W20151217-14:34:19.464(8)? (STDERR) C:\Documents and Settings\Administrator\Loc
l Settings\Application Data.meteor\packages\nodets_mysql\2.8.6\npm\node_module
\meteor-mysql\node_modules\fibers\future.js:267
W20151217-14:34:19.464(8)? (STDERR)
W20151217-14:34:19.464(8)? (STDERR) TypeError: Cannot call method ‘on’ of undef
ned
W20151217-14:34:19.464(8)? (STDERR) at Collection.startListeningToDatabase
C:\Documents and Settings\Administrator\Local Settings\Application Data.meteor
packages\nodets_mysql\2.8.6\npm\node_modules\meteor-mysql\compiled\lib\Collecti
n.js:27:20)
W20151217-14:34:19.464(8)? (STDERR) at mysql.js:22:16
W20151217-14:34:19.464(8)? (STDERR) at new Collection (C:\Documents and Set
ings\Administrator\Local Settings\Application Data.meteor\packages\nodets_mysq
\2.8.6\npm\node_modules\meteor-mysql\compiled\lib\Collection.js:23:14)
W20151217-14:34:19.464(8)? (STDERR) at E:\mymeteor\mysql.meteor\local\buil
\programs\server\boot.js:249:5
W20151217-14:34:19.464(8)? (STDERR) at MeteorDatabase.meteorCollection (C:
ocuments and Settings\Administrator\Local Settings\Application Data.meteor\pac
ages\nodets_mysql\2.8.6\npm\node_modules\meteor-mysql\compiled\lib\MeteorDataba
e.js:22:19)

Does any help me for this?

Thanks.

1 Like