catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Updates react-frame-component

Open topaxi opened this issue 4 years ago • 0 comments

This updates react-frame-component which adds support for running components in Frames which need contexts available (useContext, ThemeProvider, newer react-redux versions, etc.).

Would also be nice to backport this to v3.

I'm currently not able to run the repo, I'm getting the error below. I was therefore not able to properly test or even run this.

Any pointers to get it running would be awesome :)

I ran:

$ git clean -fdx
$ yarn install
$ make

Console output:

yarn bootstrap && yarn dev
yarn run v1.19.1
$ lerna bootstrap
lerna notice cli v3.16.4
lerna info bootstrap root only
[1/4] 🔍  Resolving packages...
success Already up-to-date.
✨  Done in 1.11s.
yarn run v1.19.1
$ run-p -l dev:*
[dev:lib] $ rollup -c rollup.config.js --watch
[dev:doc] $ yarn workspace @catalog/docs run dev
[dev:lib] rollup v1.21.4
[dev:lib] bundles /Users/damsen/gitty/github/catalog/packages/babel-preset/src/index.ts → packages/babel-preset/dist...
[dev:doc] $ ../packages/cli/dist/bin/catalog-start.js .
[dev:doc] /bin/sh: ../packages/cli/dist/bin/catalog-start.js: No such file or directory
[dev:doc] error Command failed with exit code 127.
[dev:doc] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[dev:doc] error Command failed.
[dev:doc] Exit code: 127
[dev:doc] Command: /Users/damsen/.nvm/versions/node/v12.12.0/bin/node
[dev:doc] Arguments: /usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js run dev
[dev:doc] Directory: /Users/damsen/gitty/github/catalog/docs
[dev:doc] Output:
[dev:doc]
[dev:doc] info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command.
[dev:doc] error Command failed with exit code 127.
[dev:doc] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "dev:doc" exited with 127.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
make: *** [all] Error 1

topaxi avatar Nov 20 '19 09:11 topaxi