Skip to content

Problem installing from a github repo #93

Open
@ChrisCinelli

Description

@ChrisCinelli

In the README you have:

 If you need to install an npm module from a specific commit, use the syntax:

 {
   "googleapis": "https://github.com/bradvogel/google-api-nodejs-client/archive/d945dabf416d58177b0c14da64e0d6038f0cc47b.tar.gz"
 }

But when I use:

   {
      "seneca": "https://github.com/brycereynolds/seneca/archive/6e9de08b1cf1a954a07353019ddf9e7c054f9282.tar.gz"
   }

I get:

    => Started proxy.
    => Started MongoDB.
    npm-container: updating npm dependencies -- seneca...
    npm ERR! not a package
    /var/folders/x2/tj1zhbcd6_16j5hyj87q696m0000gn/T/npm-14561-f7kQwOsM/github.com/brycereynolds/seneca-mem-store.git
    npm ERR! Error: ENOENT, open
    '/var/folders/x2/tj1zhbcd6_16j5hyj87q696m0000gn/T/npm-14561-f7kQwOsM/github.com/brycereynolds/seneca-mem-store.git-unpack/package.json'
    npm ERR! If you need help, you may report this *entire* log,
    npm ERR! including the npm and node versions, at:
    npm ERR!     <http://github.com/npm/npm/issues>

    npm ERR! System Darwin 13.4.0
    npm ERR! command
    "/Users/cc/.meteor/packages/meteor-tool/.1.1.4.wsrqju++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node"
    "/Users/cc/.meteor/packages/meteor-tool/.1.1.4.wsrqju++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm"
    "install"
    "https://github.com/brycereynolds/seneca/archive/6e9de08b1cf1a954a07353019ddf9e7c054f9282.tar.gz"
    npm ERR! cwd
    /Users/cc/myapp/packages/npm-container/.npm/package-new-gkzq92
    npm ERR! node -v v0.10.36
    npm ERR! npm -v 1.4.28
    npm ERR! path
    /var/folders/x2/tj1zhbcd6_16j5hyj87q696m0000gn/T/npm-14561-f7kQwOsM/github.com/brycereynolds/seneca-mem-store.git-unpack/package.json
    npm ERR! code ENOENT
    npm ERR! errno 34
    npm ERR! not ok code 0

    => Errors prevented startup:

       While building package npm-container:
       error: couldn't install npm package

    => Your application has errors. Waiting for file change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions