-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Can you revert the whitespace changes? |
Updated the file as per suggestions, please review. |
@techunits thanks. Which packages specifically did you add to fix the errors? What errors were you facing? |
"libmime": "~0.1.6" Those packages was requested while starting application and was missing from package.json list. |
@techunits I haven't had to add any of those...and I don't think anyone else has had to. |
@techunits as @ilanbiala said, I'm not sure these packages were required. Can you show some output log errors for that? the travis build environment also does npm install IIRC and there weren't any build failures recently due to packages missing |
I just did a fresh install of meanjs with the 'master' branch and everything works fine out of the box. @techunits let us know please if you think this is still relevant. |
Now it seems to be working from after taking checkout from master branch just now. Thanks a lot. |
… mobile/develop # By Rykov Serge # Via Rykov Serge * 'mobile/develop' of bitbucket.org:outset_inc/outset: profile display name changed add activity issues done meanjs#345, meanjs#346, meanjs#347, 363 meanjs#347, added new field distance driven, saving it to props. fixed isue when we add custom truck and there is no logo for it, displaying text, if there is a logo - displaying only logo
There was few problem in the dependency list in the master branch, now rectified with this commit. Please review.