Skip to content
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

@guildedjs/gil tasks not a folder in node_modules #142

Closed
tovade opened this issue Jun 16, 2022 · 8 comments · Fixed by #147
Closed

@guildedjs/gil tasks not a folder in node_modules #142

tovade opened this issue Jun 16, 2022 · 8 comments · Fixed by #147
Labels
bug Something isn't working

Comments

@tovade
Copy link

tovade commented Jun 16, 2022

Describe the bug
When using @guildedjs/gil you get the following error: projects\bob\node_modules\@guildedjs\gil\dist\tasks. To make this warning go away, simply create the folder in your src folder.
To Reproduce
Steps to reproduce the behavior:

  1. Setup a project using guilded.js/gil
  2. Start the project
  3. See error in terminal

Expected behavior
Runs fine no warnings about the node_modules folder

Screenshots
If applicable, add screenshots to help explain your problem.

Please complete the following information

  • NodeJS version: v16.15.1
  • NPM version: 8.4.0
  • Package version: 0.13.0

Additional context
No.

@tovade tovade added the bug Something isn't working label Jun 16, 2022
@tovade
Copy link
Author

tovade commented Jun 16, 2022

This seems only to be a warning and not an error

@Uhuh
Copy link
Collaborator

Uhuh commented Jun 16, 2022

Mind sharing a screenshot and how you're using gil? Can't seem to replicate this.

@tovade
Copy link
Author

tovade commented Jun 16, 2022

image

image

@Uhuh
Copy link
Collaborator

Uhuh commented Jun 16, 2022

Ah okay, I'm seeing the issue. I'll flag this. Thanks.

@tovade
Copy link
Author

tovade commented Jun 16, 2022

Ah okay, I'm seeing the issue. I'll flag this. Thanks.

What does it seem to be?

@Uhuh
Copy link
Collaborator

Uhuh commented Jun 16, 2022

What does it seem to be?

We check your src folder for the prompted folders, however we're missing a tasks folder so it's complaining that that it's missing from our dist. It's not breaking as far as a know so for now it's not breaking your bot.

If it is let us know.

@tovade
Copy link
Author

tovade commented Jun 16, 2022

Ah, ok. It isn't breaking my bot so its fine.

@DaStormer DaStormer linked a pull request Jun 22, 2022 that will close this issue
4 tasks
@DaStormer
Copy link
Contributor

I believe #147 fixes this. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants