You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I git pull latest changes from develop branch and when I start Rocket Chat server using meteor command I get exception:
Exception in callback of async function: Error: Cannot find module './isBlank'
I20180119-16:36:35.563(2)? at makeMissingError (packages/modules-runtime.js:231:12)
I20180119-16:36:35.563(2)? at require (packages/modules-runtime.js:241:19)
I20180119-16:36:35.563(2)? at index.js (/home/admin/dev/Rocket.Chat/.meteor/local/build/programs/server/packages/rocketchat_livechat.js:7958:22)
..............................
I think its related to LiveChat. Because I get error when compiling LiveChat:
pm ERR! Cannot read property '0' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /home/admin/.npm/_logs/2018-01-19T14_35_35_610Z-debug.log
Server Setup Information:
Version of Rocket.Chat Server: 0.61.0-develop (f3abfd8)
Operating System: Ubuntu 16.04.3
Deployment Method(snap/docker/tar/etc): git pull
Number of Running Instances: 1
DB Replicaset Oplog: Enabled
Node Version: 8.8.1 - x64
The text was updated successfully, but these errors were encountered:
Description:
I git pull latest changes from develop branch and when I start Rocket Chat server using
meteor
command I get exception:I think its related to LiveChat. Because I get error when compiling LiveChat:
Server Setup Information:
The text was updated successfully, but these errors were encountered: