-
Notifications
You must be signed in to change notification settings - Fork 75
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
Installation is broken on a fresh install of npm/serverless (mac osx) #11
Comments
I'm getting a similar error $ node -v | _ .-----.----.--.--.-----.----| .-----.-----.-----. Serverless: Installing Serverless Project "serverless-graphql-blog"... TypeError: Class extends value # is not a function or null |
This is reproducible on both Windows 10 and Ubuntu. Any Ideas? ``serverless project install serverless-graphql-blog | _ .-----.----.--.--.-----.----| .-----.-----.-----. Serverless: Installing Serverless Project "serverless-graphql-blog"... TypeError: Class extends value # is not a function or null |
same here (windows 7), any ideas? $node -v $npm -v | _ .-----.----.--.--.-----.----| .-----.-----.-----. |
Same issue, potentially an issue with serverless-plugin-optimiser as an issue has been raised here serverless/serverless-optimizer-plugin#23. I followed the steps there and replaced the serverless optimiser line in the |
Same here |
Same here with node-v : 5.9.0 Is there no working work around for this? |
It works on Serverless 4.2. It breaks on Serverless 5+. Serverless is just updating so fast that it's difficult to keep up with. |
also ➜ serverless-graphql-blog serverless dash deploy TypeError: Class extends value # is not a function or null |
same here: Alexanders-Air:Serverless alibasta$ node --version |
Same for me:
|
Hi, I've finally had a chance to update the structure of this project for the 0.5 structure. I've published the update as version 0.0.2 on npm. Closing this issue for now. Please open a separate issue if you run into other issues. |
I think this was closed prematurely. I installed from node download today to get v4.4.5 and npm 2.15.5, serverless 0.5.6. Trouble came near the end of : serverless project install serverless-starte. Serverless: Creating region "us-west-2" in stage "dev"... |
getting this too. |
serverless project install serverless-graphql-blog
| _ .-----.----.--.--.-----.----| .-----.-----.-----.
| || -| _| | | -| _| | -|_ --|__ --|
|____ ||| _/||| ||||_____|
| | | The Serverless Application Framework
| | serverless.com, v0.5.1
`-------'
Serverless: Installing Serverless Project "serverless-graphql-blog"...
Serverless: Downloading project and installing dependencies...
/usr/local/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:49
fn = function () { throw arg; };
^
ServerlessError: This plugin could not be found: serverless-optimizer-plugin
at new ServerlessError (/usr/local/lib/node_modules/serverless/lib/Error.js:17:11)
at Serverless._loadPlugins (/usr/local/lib/node_modules/serverless/lib/Serverless.js:293:17)
at Serverless.loadProjectPlugins (/usr/local/lib/node_modules/serverless/lib/Serverless.js:240:10)
at /usr/local/lib/node_modules/serverless/lib/Serverless.js:77:41
From previous event:
at Serverless.init (/usr/local/lib/node_modules/serverless/lib/Serverless.js:73:25)
at /usr/local/lib/node_modules/serverless/lib/actions/ProjectInstall.js:213:24
From previous event:
at ProjectInstall._initProject (/usr/local/lib/node_modules/serverless/lib/actions/ProjectInstall.js:208:27)
From previous event:
at ProjectInstall.installProject (/usr/local/lib/node_modules/serverless/lib/actions/ProjectInstall.js:110:12)
From previous event:
at /usr/local/lib/node_modules/serverless/lib/Serverless.js:181:31
at Array.reduce (native)
at /usr/local/lib/node_modules/serverless/lib/Serverless.js:180:32
From previous event:
at Serverless._execute (/usr/local/lib/node_modules/serverless/lib/Serverless.js:178:12)
at Serverless.actions.(anonymous function) (/usr/local/lib/node_modules/serverless/lib/Serverless.js:424:20)
at Serverless.command (/usr/local/lib/node_modules/serverless/lib/Serverless.js:393:38)
at /usr/local/lib/node_modules/serverless/bin/serverless:19:16
at processImmediate as _immediateCallback
From previous event:
at Object. (/usr/local/lib/node_modules/serverless/bin/serverless:18:4)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)
at startup (node.js:141:18)
at node.js:933:3
The text was updated successfully, but these errors were encountered: