create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

CLI for creating reusable react libraries.

Results 108 create-react-library issues
Sort by recently updated
recently updated
newest added

Basically reposting this issue: https://github.com/developit/microbundle/issues/647 I'm a newbie to bundling and library creation so take what I say with a grain of salt. I was looking at package.json and see...

I was not able to find the rollup config file generated from the template. The documentation states thet `rollup.config.js` will be included. I was suppose to add a new rollup...

How i can edit the config of the project So i can include a scss file in the package(after pack) and import it from another project when the library installed?

I started root project by `npm start` Result ```js Watching source, compiling to dist: Wrote 503 kB: index.modern.js.gz 363 kB: index.modern.js.br Wrote 504 kB: index.js.gz 363 kB: index.js.br ``` I...

× Running npm install in example directory Error: Command failed with exit code 1: npm install npm ERR! code 1 npm ERR! path D:\github\kreattix-design\node_modules\typescript npm ERR! command failed npm ERR!...

I made a library with `create-react-library` called `components`. What's weird is that it builds just fine (`npm build`) but when I try to use it in an application I get...

After running `npx create-react-library` and filling out the prompts, the cli proceeds to install the dependancies but it never actually finishes executing. See attached screenshot of my terminal, I had...

The react-scripts package provided by Create React App requires a dependency: "babel-jest": "^24.9.0" Don't try to install it manually: your package manager does it automatically. However, a different version of...

I am having issues with babel jsx transform following the steps in this article (it's a bit old but seems valid) [https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). I am trying to remove the need to...

Running `react-scripts eject`, the last part of its output: ``` Running npm install... npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...