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

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

Closed
kisan-engg opened this issue Jul 14, 2024 · 2 comments

Comments

@kisan-engg
Copy link

kisan-engg commented Jul 14, 2024

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/[email protected] 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:

  • C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\event-stream\index.js
  • C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\ps-tree\index.js
  • C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\start-server-and-test\src\index.js
  • C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\start-server-and-test\src\bin\start.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)
    at Object. (C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\event-stream\index.js:12:11)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)
    at Object. (C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\ps-tree\index.js:4:13)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    'C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\event-stream\index.js',
    'C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\ps-tree\index.js',
    'C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\start-server-and-test\src\index.js',
    'C:\Users\mrraj\Documents\Projects\FluidHelloWorld\node_modules\start-server-and-test\src\bin\start.js'
    ]
    }

Node.js v20.15.0

@kisan-engg kisan-engg added the bug Something isn't working label Jul 14, 2024
@kisan-engg kisan-engg changed the title Can not Start Example given Can not Start Example given at https://github.com/microsoft/FluidHelloWorld.git Jul 14, 2024
@nmsimons
Copy link
Contributor

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.

Copy link
Contributor

Because this issue is marked as "can't repro" and has not had activity for over 3 days, we're automatically closing it for house-keeping purposes.

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

No branches or pull requests

3 participants