whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

MJS issue #67

Open noakes1984 opened 3 years ago

noakes1984 commented 3 years ago

Every time I try to build project, it says library can't be found. Here is the error I am getting.

Unable to resolve module yahoo-fantasy.mjs from index.js: yahoo-fantasy.mjs could not be found within the project.

If you are sure the module exists, try these steps:

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules: rm -rf node_modules and run yarn install
  3. Reset Metro's cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-*

RCTFatal __28-[RCTCxxBridge handleError:]_block_invoke _dispatch_call_block_and_release _dispatch_client_callout _dispatch_main_queue_callback_4CF CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE __CFRunLoopRun CFRunLoopRunSpecific GSEventRunModal -[UIApplication _run] UIApplicationMain main start 0x0

whatadewitt commented 3 years ago

I'm really sorry, I'm seeing all of these issues super late as I'm not getting emails from Github... Do you have any source code? I'd be happy to take a look. Admittedly I'm not familiar with "watchman"...