Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't properly install Meteor 0.6.1
    primarykey
    data
    text
    <p>I recently wanted to update to Meteor 0.6.1 from 0.5.4 and just did a <code>meteor update</code> in terminal. Immediately got an error in my terminal that gets thrown basically when I try anything.</p> <pre><code>/Volumes/Macintosh HD/Users/martijn/.meteor/meteor: line 35: cd: /Volumes/Macintosh: No such file or directory module.js:340 throw err; ^ Error: Cannot find module '/Volumes/Macintosh HD/Users/martijn/tools/meteor.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.runMain (module.js:492:10) at process.startup.processNextTick.process._tickCallback (node.js:244:9) </code></pre> <p>I removed all of Meteor for a complete reinstall:</p> <pre><code>rm /usr/local/bin/meteor rm -rf /usr/local/meteor curl https://install.meteor.com | /bin/sh </code></pre> <p>Same error when I try to create a Meteor project in my Sites directory. Can't figure out whats causing this, it used to work great in my Sites directory. The only way to avoid this error is to paste all the docs, examples, packages, scripts and tools folders into my <code>/Volumes/Macintosh HD/Users/martijn/</code> directory along with my projects which is very messy.</p> <p>Was thinking that it might have to do something with that I'm running two harddrives in my Macbook, an SSD for the OS and HDD for my documents. <code>/usr/local/bin</code> where meteor gets installed is on my SSD. This seems to me like something is off with the paths of the installation, any ideas?</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload