0

When i tried to run npm run serve it shows like this...

 INFO  Starting development server...
 ERROR  Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi'
Require stack:
- D:\VueJs Acad\M7 - VueCLI\first-app\node_modules\autoprefixer\data\prefixes.js
- D:\VueJs Acad\M7 - VueCLI\first-app\node_modules\autoprefixer\lib\autoprefixer.js
- D:\VueJs Acad\M7 - VueCLI\first-app\node_modules\@vue\cli-service\lib\config\css.js
- D:\VueJs Acad\M7 - VueCLI\first-app\node_modules\@vue\cli-service\lib\Service.js
- D:\VueJs Acad\M7 - VueCLI\first-app\node_modules\@vue\cli-service\bin\vue-cli-service.js
Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi'

enter image description here

2
  • The library caniuse-lite may not be updated CSS property unicode-bidi. Try to update the library and let me know the result Commented Sep 12, 2022 at 1:15
  • github.com/browserslist/caniuse-lite/issues/102 Commented Sep 12, 2022 at 3:32

1 Answer 1

1

I have the same problem, After checking, it is found that the caniuse-lite package has an updated version, The css-unicode-bidi.js file is missing. I found the previous version from the official repository, download it, unzip it, find the css-unicode-bidi.js file, and copy it to the node_modules/caniuse-lite/data/features/

url: https://github.com/browserslist/caniuse-lite/releases/tag/1.0.30001393

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.