Describe the bug
When I call npm install I receive the following error:
npm ERR! code ETARGET npm ERR! notarget No matching version found for @spartacus/asm@~6.0.0.
Tell us the version of Spartacus
- branch check:
2211-4-spartacus-6-0-0
To Reproduce
Steps to reproduce the behavior:
- clone the project (branch
2211-4-spartacus-6-0-0).
- CD project.
- Run
npm install or npm update.
- See error
Expected behavior
The dependencies should be installed and node_modules folder should appear.