javascript - Running meteor app on Windows from MacOS -


i got meteor project friend develops on macos.

when trying run it, get:

this project uses meteor@1.0.2.1, isn't available on windows. work app on supported platforms, use meteor update --release meteor@1.2.1 pin app newest windows-compatible release.

when running it, get:

while checking cfs:gridfs@0.0.27: no compatible binary file found...

then, when try override (use run instead of update), without updating, starts proxy , mongo, breaks at, skips first error

while building package npm-container: error: no plugin known handle file '../../packages.json'. if want file static asset, use addassets instead of addfiles; eg, api.addassets('../../packages.json', 'client').

i read error fixed updating meteorhacks, when try to, meteor version conflicts (see first error) , have no idea how break out of loop.

can shine light on how fix of these error?


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -