NorthwindNode icon indicating copy to clipboard operation
NorthwindNode copied to clipboard

migrate broken

Open aheumaier opened this issue 7 years ago • 0 comments

Using a current CentOS 7.3 Box with Epel installed NodeJS 6.11.1 give me this folloung the write up ...

[aheumaier@CentosDemo NorthwindNode]$ migrate up
  up : 1422219657037-add-categories.js
/home/aheumaier/NorthwindNode/migrations/1422219657037-add-categories.js:29
      if (response.statusCode != 200) {
                  ^

TypeError: Cannot read property 'statusCode' of undefined
    at Request._callback (/home/aheumaier/NorthwindNode/migrations/1422219657037-add-categories.js:29:19)
    at self.callback (/home/aheumaier/NorthwindNode/node_modules/request/request.js:236:22)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:188:7)
    at ClientRequest.self.clientErrorHandler (/home/aheumaier/NorthwindNode/node_modules/request/request.js:341:10)
    at emitOne (events.js:96:13)
    at ClientRequest.emit (events.js:188:7)
    at Socket.socketErrorListener (_http_client.js:309:9)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)

aheumaier avatar Sep 07 '17 15:09 aheumaier