Web Developer

Category: Git

FATAL ERROR: Reached heap limit Allocation failed – JavaScript heap out of memory

When npm run build, this error happens, you can run this command to temporally fix this issue. Run command: export NODE_OPTIONS=”–max-old-space-size=8192″ Reference:

BitBucket – Gitflow Workflow

Master branch: only contain complete history of project, and only include abridged version Develop branch: cloned from Master branch, and served as develop process, and merge other feature branches Feature branch: cloned from Develop branch, never directly interacted with master branch. And serve as developing new features for the project, and after finished coding, this