You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using [email protected], [email protected], and qualia:[email protected]. After I run mup deploy and then SSH into my server as root (which is the same user Meteor is running on), there's no ~/meteor-shell.js file.
Running find / -name "meteor-shell.js" on the server returns this:
and executing either one of those files simply returns Server unavailable (waiting to reconnect).
If I copy the contents of shell_client.js to ~/meteor-shell.js and then execute it, I get this:
path.js:28
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1236:7)
at getInfoFile (/root/meteor-shell.js:17:15)
at Client.connect (/root/meteor-shell.js:52:18)
at Object.<anonymous> (/root/meteor-shell.js:190:42)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
@jamesgibson14 Nope I never did get it working regardless if I was logged in as root or not. My only workaround was to connect the local version of my app to the production database and run commands from local so that I could run functions that do things to the production db.
I'm using
[email protected]
,[email protected]
, andqualia:[email protected]
. After I runmup deploy
and then SSH into my server asroot
(which is the same user Meteor is running on), there's no~/meteor-shell.js
file.Running
find / -name "meteor-shell.js"
on the server returns this:and executing either one of those files simply returns
Server unavailable (waiting to reconnect)
.If I copy the contents of
shell_client.js
to~/meteor-shell.js
and then execute it, I get this:Any help would be appreciated.
The text was updated successfully, but these errors were encountered: