Skip to content

Instantly share code, notes, and snippets.

@possibilities
Created September 19, 2012 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save possibilities/3747388 to your computer and use it in GitHub Desktop.
Save possibilities/3747388 to your computer and use it in GitHub Desktop.
> mrt -p 5555 ~/work/m/tmp/js-yaml 1.9.3p0
Stand back while Meteorite does it's thing
Installing Meteor
branch: https://github.com/meteor/meteor.git#master
Installing smart packages
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
[[[[[ ~/work/m/tmp/js-yaml ]]]]]
Running on: http://localhost:5555/
Errors prevented startup:
Exception while bundling application:
Error: Cannot find module 'js-yaml'
at Function._resolveFilename (module.js:332:11)
at Function._load (module.js:279:25)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at package.js:5:15
at [object Object].init_from_library (/Users/mike/.meteorite/meteors/meteor/meteor/8f4045c1b9c39d42eb8ba6b0697065f7ad345b87/app/lib/packages.js:104:5)
at Object.get (/Users/mike/.meteorite/meteors/meteor/meteor/8f4045c1b9c39d42eb8ba6b0697065f7ad345b87/app/lib/packages.js:222:11)
at Object.get_for_dir (/Users/mike/.meteorite/meteors/meteor/meteor/8f4045c1b9c39d42eb8ba6b0697065f7ad345b87/app/lib/packages.js:253:23)
at Object.bundle (/Users/mike/.meteorite/meteors/meteor/meteor/8f4045c1b9c39d42eb8ba6b0697065f7ad345b87/app/lib/bundler.js:648:28)
at /Users/mike/.meteorite/meteors/meteor/meteor/8f4045c1b9c39d42eb8ba6b0697065f7ad345b87/app/meteor/run.js:509:26
Your application is crashing. Waiting for file change.
^C% mike@boof
> npm install js-yaml ~/work/m/tmp/js-yaml 1.9.3p0
npm http GET https://registry.npmjs.org/js-yaml
npm http 304 https://registry.npmjs.org/js-yaml
npm http GET https://registry.npmjs.org/argparse
npm http 304 https://registry.npmjs.org/argparse
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/underscore.string
js-yaml@1.0.2 ../../../../node_modules/js-yaml
└── argparse@0.1.6 (underscore@1.3.3, underscore.string@2.1.1)
mike@boof
> ls ~/work/m/tmp/js-yaml 1.9.3p0
package.js
mike@boof
> mrt -p 5555 ~/work/m/tmp/js-yaml 1.9.3p0
Stand back while Meteorite does it's thing
Installing Meteor
branch: https://github.com/meteor/meteor.git#master
Installing smart packages
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
[[[[[ ~/work/m/tmp/js-yaml ]]]]]
Running on: http://localhost:5555/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment