Installation Error with @lazarv/create-react-server #136
-
When trying to create a new project using ❯ npx @lazarv/create-react-server
Need to install the following packages:
@lazarv/create-react-server@0.0.0-experimental-fd99801-20250212-e7d32e2c
Ok to proceed? (y) y
npm error code ETARGET
npm error notarget No matching version found for @lazarv/react-server@0.0.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: /home/jinwatanabe/.npm/_logs/2025-02-17T13_19_13_794Z-debug-0.log
The error indicates that npm cannot find the specified version (0.0.0) of @lazarv/react-server package. This seems to be a dependency resolution issue when running the create command. The error indicates that npm cannot find the specified version (0.0.0) of @lazarv/react-server package. This seems to be a dependency resolution issue when running the create command. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for reporting @jinwatanabe! There was an issue with the release GitHub Action workflow when there was no change in the core react-server package. create-react-server should work now as documented. You can create a proper GitHub issue next time for bugs like this as you did everything correctly, this was my bad publishing the package with the wrong dependency definition. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting @jinwatanabe! There was an issue with the release GitHub Action workflow when there was no change in the core react-server package. create-react-server should work now as documented. You can create a proper GitHub issue next time for bugs like this as you did everything correctly, this was my bad publishing the package with the wrong dependency definition.