./bin/www issue with github commit and deployment #323
Replies: 4 comments
-
If it is not being added with |
Beta Was this translation helpful? Give feedback.
-
No, it's nowhere in .gitignore. I saw other people have similar issue and can't upload |
Beta Was this translation helpful? Give feedback.
-
@vickyRathee Do you happen to have |
Beta Was this translation helpful? Give feedback.
-
You can rule out if it's a a gitignore issue with a few commands. Check what files are currently being ignored with:
And then find what gitignore is responsible with:
That last command may or may not work on windows. |
Beta Was this translation helpful? Give feedback.
-
Expressjs default template has
.bin/www
to start the node js app. Butbin
folder is never committed to github (I can't find anyway until now).So my codeCommit pipeline fails -
Should I delete the bin folder and rename www with
server.js
? What exactly thewww
does? If I put it on main directory with rename..Will it cause any problem?Or anyway to push it on git commit?
Beta Was this translation helpful? Give feedback.
All reactions