npm install -g reaction-cli
to update to the latest cli
meteor build --directory /code/rc14 --architecture os.linux.x86_64
) will work? I guess not as pulgins.js is not created .
meteor npm install
at least once (which the CLI does when you run reaction init
)
meteor build
will build what is currently in your app directory. So just make sure you’ve run meteor npm install
at least once and you should be good.
.reaction/docker/scripts/plugin-loader.sh
meteor npm install
or starting the app at least once accomplishes the same thing.