Closed yapyeeqiang closed 2 years ago
I've run into the same problem in a generated project (ie a project generated from npx @vue-storefront/cli init
). I had to use npm install --legacy-peer-deps
in order to get it to work.
We recommend using node 14 and npm 6 for this matter or use yarn package manager. Let us know if the issue still persists.
Describe the Bug
The
jest
dependency is not able to be resolve, maybe because of outdated version.Current behavior
After running
npm install
, while installing the dependencies, thejest
andvue-jest
dependencies are not able to be resolved.Expected behavior
Should be able to install all the dependencies successfully without error.
Steps to reproduce
npm install
What version of Vue Storefront are you using?
2.5.0
What version of Node.js are you using?
17.3.0
What browser (and version) are you using?
Chrome
What operating system (and version) are you using?
macOS
Relevant log output
Able to fix / change the documentation?
Code of Conduct