Closed DannyHinshaw closed 4 years ago
Hey there. Can you try running yarn build
on the repository root, and then cd packages/diagrams-demo-gallery && yarn start
again?
@renato-bohler yes thanks, I just ran across https://github.com/projectstorm/react-diagrams/issues/406#issuecomment-534142125 and that worked. Should probably mentioned in the documentation.
I'm going to go back my project that is trying to use this package and try getting things to work again. Will post new issues, this can be closed.
Should probably mentioned in the documentation.
Yeah, unfortunately the documentation is basically unreliable as of right now :disappointed:
Hello Friends
I came across the same issue and "yarn build" does not help. Here is the error I got. Can anyone help? Thanks a lot!!
$ yarn build yarn run v1.21.1 error Command "build" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. (base)
Hello Friends
I came across the same issue and "yarn build" does not help. Here is the error I got. Can anyone help? Thanks a lot!!
$ yarn build yarn run v1.21.1 error Command "build" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. (base)
In which folder you ran this? You need to run it on the project root (i.e. react-diagrams
folder)
How are ya'll getting anything with this library to actually work? I've had nothing but issues...
I've tried following the docs to setup a new project with v6 and ended up with a page that didn't seem to render anything, tried v5 and it was the same. Also both required me to manually install all peer dependencies (weird). I'm to the point now where I've cloned the repo and followed the instructions copy paste to run the demos:
"After running yarn install you must then run: cd packages/diagrams-demo-gallery && yarn run start"
That ends with these errors about missing modules:
What am I missing? Am I doing something wrong?