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

Getting issue with project setup #5

Closed
palak-temp opened this issue Oct 13, 2021 · 3 comments
Closed

Getting issue with project setup #5

palak-temp opened this issue Oct 13, 2021 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@palak-temp
Copy link

I am interested in contributing to this project.
As mentioned in CONTRIBUTING.md I follow the step:

  • Fork motion-hooks
  • Take a clone
  • install dependency in the root directory
  • run npm audit fix to deal with vulnerability
  • move to the example directory
  • install dependency
  • run npm run dev

Getting dependency error to run the project

image

@palak-temp palak-temp changed the title Getting issue in setup Getting issue with project setup Oct 13, 2021
@tanvesh01 tanvesh01 self-assigned this Oct 13, 2021
@tanvesh01 tanvesh01 added the good first issue Good for newcomers label Oct 13, 2021
@tanvesh01
Copy link
Owner

Hey, @thepalaklive can you check if motion folder is actually there in node_modules inside the parent directory?

I tried reproducing the error by the steps you wrote, but everything worked for me, and I did not get any error.

@Ayushsanjdev
Copy link
Contributor

Ayushsanjdev commented Oct 13, 2021

I also got this issue after installing dependencies in the examples directory,
Running npm install motion in example directory fixed it.
Now after npm run dev it will successfully compiled without errors

@tanvesh01
Copy link
Owner

@thepalaklive this issue should be fixed now, have merged #6. You can pull the latest changes or clone the repo again,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants