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 fixed the error by changing the .gitignore file to the following, (BEFORE uploading it as a new repository to GitHub):
node_modules/*
.idea/
may I suggest changing the .gitignore file, or to highlight this issue in the ES6-Tutorial instructions, incase someone else wants to upload it to GitHub pages.
edit: If the repository is already uploaded with node_modules you could untrack node_modules with the following git command at the repository folder:
git rm --cached node_modules -r
bec-smith, ICalvinG, lucacrose, Achatin and morningbreeze22lilar-e