I'm new to node and express
I created an express project example by first writing
express test1
then i did
npm install
To test the application, I do node app.js, but I get this error
Error: ENOENT, open '/ Home / test1 / node_modules / express / node_modules / connection / node_modules / static favicon /../ state / favicon.ico'
I did some search queries, and I'm not sure if this is a solution, this is a demo application from express and should work, I got tired last week and it worked.
Any ideas would be appreciated.
source
share