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

yarn dev doesn't run anything #125

Open
willsheppard opened this issue Mar 27, 2023 · 0 comments
Open

yarn dev doesn't run anything #125

willsheppard opened this issue Mar 27, 2023 · 0 comments

Comments

@willsheppard
Copy link

Describe the bug

Dev server does not run.

To Reproduce

Steps to reproduce the behavior:

Mac [12:32  requestbin$] npm i @particular./micro-requestbin

added 20 packages, and audited 21 packages in 3s

found 0 vulnerabilities
Mac [12:34  requestbin$] yarn install
➤ YN0070: Migrating from Yarn 1; automatically enabling the compatibility node-modules linker 👍

➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 3s 177ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ statuses@npm:1.5.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ tr46@npm:1.0.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ unpipe@npm:1.0.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ webidl-conversions@npm:4.0.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ whatwg-url@npm:7.0.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0000: └ Completed in 1s 749ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 223ms
➤ YN0000: Done in 5s 163ms
Mac [12:34  requestbin$] yarn dev
Usage Error: Couldn't find a script named "dev".

$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
Mac [12:34  requestbin$] 

Expected behavior

When I run yarn dev I expected a server to start running, and it to print out the local endpoint which I can send requests to.

Desktop (please complete the following information):

  • MacOS
  • 1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant