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
There is no .gitignore included in the weather-server-typescript dir
build and node_modules dirs have been committed unnecessarily
The author may have intended to make this repo to be executable as is, but I think including those dirs is a bit much... Instead, the need for npm install and npm run build could have been explained in README.md
To Reproduce
Steps to reproduce the behavior:
make a clean clone
ls weather-server-typescript
Expected behavior
Add appropriate .gitignore and avoid committing of build and node_modules dirs.
Logs
N/A
Additional context
Thanks for sharing the finished code!
The text was updated successfully, but these errors were encountered:
Describe the bug
.gitignore
included in theweather-server-typescript
dirbuild
andnode_modules
dirs have been committed unnecessarilynpm install
andnpm run build
could have been explained in README.mdTo Reproduce
Steps to reproduce the behavior:
ls weather-server-typescript
Expected behavior
.gitignore
and avoid committing ofbuild
andnode_modules
dirs.Logs
N/A
Additional context
Thanks for sharing the finished code!
The text was updated successfully, but these errors were encountered: