microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.7k stars 528 forks source link

Can not Start Example given at https://github.com/microsoft/FluidHelloWorld.git #21885

Open aum-app opened 1 month ago

aum-app commented 1 month ago

Describe the bug

Example at: https://github.com/microsoft/FluidHelloWorld.git

Can not start app

To Reproduce

do 'npm install' and then try npm start

Expected behavior

It should have run after executing npm start

Logs

[

$ npm run start

@fluid-example/hello-world@0.1.0 start start-server-and-test start:server 7070 start:client

node:internal/modules/cjs/loader:1148 throw err; ^

Error: Cannot find module 'map-stream' Require stack:

Node.js v20.15.0

nmsimons commented 1 month ago

Thanks for the report. I can't currently repro the issue. I assume the npm install completed with no issues. Can you confirm and also include the dev environment you are using? Thanks! In the meantime, I will follow up with a few folks on the team.