Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup Problem #4

Closed
SeriousM opened this issue Sep 29, 2013 · 4 comments
Closed

Startup Problem #4

SeriousM opened this issue Sep 29, 2013 · 4 comments

Comments

@SeriousM
Copy link
Contributor

Hi, for some reason I'm unable to start up with your package, maybe you know a solution to that?

Thats the error message:

W20130929-07:35:42.920(0)? (STDERR) /home/seriousm/.meteor/tools/3cba50c44a/lib/node_modules/fibers/future.js:173
W20130929-07:35:42.922(0)? (STDERR)                                             throw(ex);
W20130929-07:35:42.923(0)? (STDERR)                                                   ^
W20130929-07:35:42.936(0)? (STDERR) TypeError: Object #<Object> has no method 'mixin'
W20130929-07:35:42.937(0)? (STDERR)     at packages/underscore-string/common.js:1
W20130929-07:35:42.938(0)? (STDERR)     at packages/underscore-string.js:561:4
W20130929-07:35:42.939(0)? (STDERR)     at packages/underscore-string.js:568:3
W20130929-07:35:42.939(0)? (STDERR)     at mains (/home/seriousm/work/project/.meteor/local/build/programs/server/boot.js:153:10)
W20130929-07:35:42.939(0)? (STDERR)     at Array.forEach (native)
W20130929-07:35:42.940(0)? (STDERR)     at Function._.each._.forEach (/home/seriousm/.meteor/tools/3cba50c44a/lib/node_modules/undersco
re/underscore.js:79:11)
W20130929-07:35:42.941(0)? (STDERR)     at /home/seriousm/work/project/.meteor/local/build/programs/server/boot.js:80:5

And here some additional informations for you:

# .meteor/packages
standard-app-packages
preserve-inputs
accounts-github
coffeescript
underscore
jquery
showdown
stylus
observatory
accounts-google
bootstrap-3
accounts-ui
iron-router
accounts-entry
accounts-password
font-awesome
underscore-string
# smart.lock
{
  "meteor": {},
  "dependencies": {
    "basePackages": {
      "observatory": {},
      "bootstrap-3": {},
      "iron-router": {},
      "accounts-entry": {},
      "font-awesome": {}
    },
    "packages": {
      "observatory": {
        "git": "https://github.com/jhoxray/observatory.git",
        "tag": "v0.3.21",
        "commit": "3d6b436af0a70b784d0f9ec4709907c77bd4fd63"
      },
      "bootstrap-3": {
        "git": "https://github.com/mangasocial/meteor-bootstrap-3.git",
        "tag": "v0.3.4",
        "commit": "680c056e849d079a1b669247f347da2b443aad91"
      },
      "iron-router": {
        "git": "https://github.com/EventedMind/iron-router.git",
        "tag": "v0.5.4",
        "commit": "3e0e22ff85630b7503d0daa1538c6d90abb84020"
      },
      "accounts-entry": {
        "git": "https://github.com/BeDifferential/accounts-entry.git",
        "tag": "v0.2.2",
        "commit": "5fe06fccacb6906adf5217d176488104638b229c"
      },
      "font-awesome": {
        "git": "https://github.com/nate-strauser/meteor-font-awesome.git",
        "tag": "v3.2.1",
        "commit": "38bdfff72dfb8857b272f9a9b056045d6a015489"
      },
      "npm": {
        "git": "https://github.com/arunoda/meteor-npm.git",
        "tag": "v0.2.2",
        "commit": "ad83acff83385d5ea05997c8bbc2d7493ba4c04e"
      },
      "observatory-apollo": {
        "git": "https://github.com/superstringsoftware/observatory-apollo.git",
        "tag": "v0.3.2",
        "commit": "f704848187a4da2bd179864ae80a1f73a3fd22a6"
      },
      "observatory-galileo": {
        "git": "https://github.com/superstringsoftware/observatory-galileo.git",
        "branch": "master",
        "commit": "f21b80e6502d38a7ce66206374b706f2cbd0228d"
      }
    }
  }
}

Thanks!

@SeriousM
Copy link
Contributor Author

I just read that a user created a successor to this package: https://atmosphere.meteor.com/package/underscore-string-latest

From README.md

NOTE: Mike has said that he'd prefer not to update the original package on Atmosphere, so I'm pushing this version for 0.6.5+ compatibility.

is that true?

@possibilities
Copy link
Owner

Yup. I can also reassign add someone else to atmosphere as the package maintainer if someone wants to fork + fix + maintain the repo/package. Let me know.

@dandv
Copy link

dandv commented Jun 27, 2014

Hey Mike,

I'm maintaining a bunch of Atmosphere packages and would be happy to take over this one. underscore-string vs underscore-string-latest is silly.

@bikashchoudhary
Copy link

Hi I am new to grunt setup command getting below error
grunt setup
[root@my sites]# grunt setup

/home/vagrant/devlocal/src/sites/node_modules/grunt-legacy-util/index.js:33
.mixin(.str.exports());
^
TypeError: Object # has no method 'mixin'
at Object. (/home/vagrant/devlocal/src/sites/node_modules/grunt-legacy-util/index.js:33:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/vagrant/devlocal/src/sites/node_modules/grunt/lib/grunt.js:26:12)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/lib/node_modules/grunt-cli/bin/grunt:45:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3

Any solutioon ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants