serverless-slack icon indicating copy to clipboard operation
serverless-slack copied to clipboard

serverless module install fails

Open kennethlynne opened this issue 8 years ago • 3 comments

 serverless module install https://github.com/serverless/serverless-slack
/.nvm/versions/node/v5.3.0/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:49
        fn = function () { throw arg; };
                           ^

ServerlessError: Command not found.  Enter "serverless help" to see all available commands.
    at new ServerlessError (.nvm/versions/node/v5.3.0/lib/node_modules/serverless/lib/Error.js:17:11)
    at Serverless.command (.nvm/versions/node/v5.3.0/lib/node_modules/serverless/lib/Serverless.js:355:31)
    at .nvm/versions/node/v5.3.0/lib/node_modules/serverless/bin/serverless:19:16
    at processImmediate [as _immediateCallback] (timers.js:383:17)
From previous event:
    at Object.<anonymous> (.nvm/versions/node/v5.3.0/lib/node_modules/serverless/bin/serverless:18:4)
    at Module._compile (module.js:398:26)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Function.Module.runMain (module.js:430:10)
    at startup (node.js:141:18)
    at node.js:980:3

kennethlynne avatar Mar 28 '16 02:03 kennethlynne

@kennethlynne When you enter serverless (or sls), then you will see that the module "action" is not available anymore. I am currently as well searching what the replacement is.

franz-josef-kaiser avatar Apr 25 '16 11:04 franz-josef-kaiser

:(

flashsnake-so avatar Apr 26 '16 06:04 flashsnake-so

Austen's Jan 18 note at https://gitter.im/serverless/serverless states: "Temporary Removal Of Module Install: We've temporarily removed the module install command so that it will work with our new shareable module design. This will be back shortly."

cfehring avatar Jun 03 '16 00:06 cfehring