1.0.8 not working anymore
Closed this issue · 1 comments
eikaramba commented
Because of the latest change in the package.json (ffdaee9#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L5) i get
Error: Cannot find module 'feathers-seeder'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
However when reverting the change(renaming back to .js) it works. I'm using latest nodeJS and intellij via:
"C:\Program Files\nodejs\node.exe" C:\Users\xxxx\AppData\Roaming\npm\node_modules\nodemon\bin\nodemon.js -x "node --harmony-async-await" --debug=3001 D:\yyyyyyy\src\index.js
I think it was just a typo, or there is something special about .jsnpm file format that i wasn't aware of :P
thosakwe commented
Yes, it was a typo. Thanks! Going to fix this now.