Closed billbliss closed 4 years ago
I just tried it and I did not see the error messages. By the way did you do npm insall and npm link.? I followed the setup here https://fluid-docs.azurewebsites.net/docs/hello-world.html#setup-to-follow-along, it did not work. We have updated the commands. https://github.com/microsoft/FluidFramework/tree/master/tools/generator-fluid
Closed by #2892
Describe the bug
If you follow the instructions for building the HelloWorld (DiceRoller) app, and then type
npm run build
, you will see errors because of the lack of @types/react in package.json.To Reproduce
Steps to reproduce the behavior:
npm run build
You will see these errors:
It's easily fixed, simply type
npm install @types/react --save-dev
and thennpm run build
completes with no errors.Expected behavior
npm run build
to compete with no errors.Logs
N/A