-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not find module in "./utils/index" #83
Comments
I also forgot to mention, here is some details that should be useful:
|
Maybe you should try reinstalling npm files |
Reinstalling the |
Actually, it looks like its trying to pull your main file <index.ts>/<index.js> from your home directory instead of your bot project. |
Nope, running it directly from
This is even more confusing, as it seems like it can't use |
One problem, I don't know which "npm files" you're talking about. As 1) i'm using |
Reinstall using yarn. Yarn remove slappey, yarn global add slappey |
After another problem where the cli couldn't find the node parser (had to make a custom script for it) the
slappey
cli can't find any module(s) inside of the./utils/index
file.Error output below without any arguments or flags passed in:
I assume it's looking for exports from the
[path to slappey source code]/src/utils/index.ts
file.The text was updated successfully, but these errors were encountered: