Closed deone closed 10 years ago
try run mrt install
on your freshly cloned project first
The node
executable on Ubuntu caused the problem. I just did apt-get remove node
and I guess the callers switched to the nodejs
executable. I thought I would need to symlink nodejs
to node
but I didn't and so far, everything is working fine.
I just set up an ubuntu docker container but when I run
meteor
in the app directory in docker, I get this error;Then I run
mrt add spin
and get a prompt without any message as to whether the package was added or not. I runmeteor
again and get same error as above. These commands work on the host both for a copy of the original project and a freshgit clone
.For the fresh
git clone
, I get the error above but when I runmrt add package
, I get the messageDone installing smart packages
Has anyone tried using
meteorite
indocker
successfully?