-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
bgoulder-ltm1% node server.js
/Users/bgoulder/code/users/node_modules/graphql/subscription/subscribe.js:27
var _ref = _asyncToGenerator(regeneratorRuntime.mark(function _callee(schema, document, rootValue, contextValue, variableValues, operationName, fieldResolver) {
^
ReferenceError: regeneratorRuntime is not defined
at /Users/bgoulder/code/users/node_modules/graphql/subscription/subscribe.js:27:32
at Object.<anonymous> (/Users/bgoulder/code/users/node_modules/graphql/subscription/subscribe.js:95:2)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/bgoulder/code/users/node_modules/graphql/subscription/index.js:7:18)
I came across this error while just following the GraphQL tutorial. I also tested with 0.10.5 and it is working properly. It seems to be an issue just with 0.11.0.