Closed siddhion closed 11 years ago
I've also asked this here https://github.com/wf9a5m75/winston-google-spreadsheet/issues/1 but since the issue seems to really be about winston's async not being seen I thought this would be a better place to ask.
@siddhion It will be fixed when wf9a5m75/winston-google-spreadsheet#2 is pulled in.
I am using a module called
winston-google-spreadsheet
https://github.com/wf9a5m75/winston-google-spreadsheet and when it calls forwinston
the following error gets returnedError: Cannot find module 'async'
Here is the full error
After some digging I realized the
async
module is located in thewinston/node_modules
. full path on my system is :/home/max/Desktop/logtest-project/node_modules/winston/node_modules/async/lib/async.js
it actually exists so why is it not being found?
here is the
logTest.js
code which useswinston
andwinston-google-spreadsheet