Click here to Skip to main content
15,867,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I did project it successfully compiled but it was cloned by GitHub it creates
error Module not found bootstrap-icons.woff2 even I installed bootstrap
icon please give me solution

What I have tried:

Compiled with problems:
X
ERROR in ./node_modules/bootstrap-icons/font/bootstrap-icons.css (./node_modules/css-loader /dist/cjs.js??ruleSet [1]. rules [1]. oneof [5].use[1]!./node_modules/postcss-loader /dist/cjs.js??ruleSet [1]. rules [1].oneOf[5]. use [2]!./node_modules/source-map-loader/dist/cjs.js!./node_modules/bootstrap icons/font/bootstrap-icons.css) 5:36-126
Module not found: Error: Can't resolve './fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf' in 'C:\Users \SwatiMandal\Documents\GitHub\freelance\internship-task\node_modules\bootstrap-icons\font'
ERROR in ./node_modules/bootstrap-icons/font/bootstrap-icons.css (./node_modules/css-loader /dist/cjs.js??ruleSet [1]. rules [1].oneOf[5].use[1]!./node_modules/postcss-loader /dist/cjs.js??ruleSet [1]. rules [1].oneOf[5].use [2]!./node_modules/source-map-loader/dist/cjs.js!./node_modules/bootstrap icons/font/bootstrap-icons.css) 6:36-125
    Module not found: Error: Can't resolve './fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf' in 'C:\Users \SwatiMandal\Documents\GitHub\freelance\internship-task\node_modules\bootstrap-icons\font'
Posted
Comments
Member 15627495 13-Sep-22 2:18am    
if a module is not found : look at your paths, and the path string build.

is it about the "./" , or a Win/Linux mispelling -> "/" or "\" ??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900