codeSessionsP2 / masimapage

masima landing page
MIT License
1 stars 2 forks source link

Faulty deployment (TypeError: Cannot read property '0' of null) #37

Open mxklb opened 6 years ago

mxklb commented 6 years ago

Getting this error in node_modules/gift/lib/commit.js:145

Fixed it on ubuntu with:

cd node_modules/gulp-gh-pages/
npm install --save gift@0.10.2
cd ../../
gulp deploy

maybe travis for auto deployment is still effected ..