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

Error when running "npm run dev" #1906

Closed
NamitBhutani opened this issue Feb 28, 2024 · 3 comments
Closed

Error when running "npm run dev" #1906

NamitBhutani opened this issue Feb 28, 2024 · 3 comments
Labels
bug Something isn't working unapproved Unapproved for Pull Request

Comments

@NamitBhutani
Copy link

Describe the bug
npm run dev throws error

To Reproduce
Steps to reproduce the behavior:

  1. Update to the latest upstream/develop branch
  2. Run npm run dev

Expected behavior
The api should generate code and start in watch mode

Actual behavior
It is throwing error, expecting a package @parcel/watcher

Screenshots
image

@NamitBhutani NamitBhutani added the bug Something isn't working label Feb 28, 2024
@NamitBhutani
Copy link
Author

Can I work on this issue?

@skbhagat0502
Copy link
Contributor

@NamitBhutani I dont think that this is an issue. You should first fetch upstream and run npm install for any new packages if there.
I had the same problem but after running doing this the issue resolved.
firt sync your fork with upstream then run
git pull
npm install
`npm run dev'

The issue will be resolved.

@palisadoes palisadoes closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
@NamitBhutani
Copy link
Author

@NamitBhutani I dont think that this is an issue. You should first fetch upstream and run npm install for any new packages if there. I had the same problem but after running doing this the issue resolved. firt sync your fork with upstream then run git pull npm install `npm run dev'

The issue will be resolved.

The issue is still there on the develop branch, I just checked , I ran npm install

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

No branches or pull requests

3 participants