Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
858 stars 512 forks source link

[Chore] Wrong command provided to start the notification server #451

Closed juliamuiruri4 closed 4 months ago

juliamuiruri4 commented 5 months ago

Are you accessing the project from the GitHub Codespaces?

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug The Readme instructions should be updated from npm run install, to npm install

To Reproduce Steps to reproduce the behavior:

  1. Go to './packages/notifications'
  2. Type in command 'npm run install' (as per readme instructions)
  3. See error

Expected behavior npm install to successfully install required packages

Screenshots image

image

OS (please complete the following information):

Additional context Add any other context about the problem here.