Open pgruetznergridx opened 1 year ago
Could you provide a link to the repository with the project that has the problem?
Got the same problem just cloning this repo, installing dependencies and trying to run tests or storybook. The problem is that storybook expects to have installed package @react-input/core
(while global package.json doesnt have one required) in node_modules or it might be solved by adding aliases to monorepo just to fix this while you develop some package. @GoncharukBro
Got the same problem just cloning this repo, installing dependencies and trying to run tests or storybook. The problem is that storybook expects to have installed package
@react-input/core
(while global package.json doesnt have one required) in node_modules or it might be solved by adding aliases to monorepo just to fix this while you develop some package. @GoncharukBro
I resolved this building the core package. I think that this is due to the "main" field in the package.json of the package
I was trying to run the script "storybook" but got the mentioned error node: v18.17.0 npm: 9.6.7