1

Using vue cli i have created a project and then added:

vue add unit-jest

When i try to run the test namely:

npm run test:unit

I get the following error:

Error: Cannot find module '@vue/cli-plugin-unit-jest'

I am using vue cli 4.5.9 and node v12.19.0 and npm 6.14.8

The cli-plugin-unit-jest is installed as part of unit-jest so not sure why its erroring? Am I missing something?

1 Answer 1

2

So I did,

npm install -g @vue/cli-plugin-unit-jest

that fixed it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.