Open flamendless opened 4 years ago
Ive made my changes in a dev branch, then i ran npm run publish there. But it always result to this error:
dev
npm run publish
rewrite index.html (93%) delete mode 100644 package.json create mode 100644 posts/finally-a-vacation.html create mode 100644 posts/game-development-blog-1.html create mode 100644 posts/game-development-blog-2.html create mode 100644 posts/game-development-blog-3.html create mode 100644 posts/going-home-remake.html create mode 100644 posts/i-hate-java.html create mode 100644 posts/last-glance-on-yester-year.html create mode 100644 posts/lovejam2019experience.html create mode 100644 posts/saying-farewell.html create mode 100644 posts/very-productive-week.html create mode 100644 sitemap.xml create mode 100644 tag/gamedev/index.html create mode 100644 tag/personal/index.html create mode 100644 tag/tutorial/index.html create mode 100644 tag/web/index.html rewrite tags.html (89%) create mode 100644 yarn-error.log fatal: unable to access 'https://github.com/flamendless/flamendless.github.io/': Failed to connect to github.com port 443: Connection timed out npm ERR! code ELIFECYCLE npm ERR! errno 128 npm ERR! chalk@ publish: `bin/deploy` npm ERR! Exit status 128 npm ERR! npm ERR! Failed at the chalk@ publish script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-08-05T05_18_40_877Z-debug.log
Ive made my changes in a
dev
branch, then i rannpm run publish
there. But it always result to this error: