-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugFor issues that describe a defect or regression in the released softwareFor issues that describe a defect or regression in the released softwareneeds triageFor issues that are awaiting triage by the core development teamFor issues that are awaiting triage by the core development team
Description
Issue Description
Running reaction create-project api <apiPath> and then going into <apiPath> and running npm install fails with the following error:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @reactioncommerce/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
This is because the dependencies in package.json are not published to npm. For example, the latest version of api-core on npmjs is 2.0.1.
Steps to Reproduce
- Run a clean install of
npm i -g reaction-cli - Run
reaction create-project api api cd api && npm install- Observe error
no888name, jackhuynh95 and koszsayeed958, karyoka2023, codyfp, ZayneLiu, jaisakash and 7 more
Metadata
Metadata
Assignees
Labels
bugFor issues that describe a defect or regression in the released softwareFor issues that describe a defect or regression in the released softwareneeds triageFor issues that are awaiting triage by the core development teamFor issues that are awaiting triage by the core development team