You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
when i try to add fontawesome to build process by adding link to css and js into index.html file, there is a bug in font path. Error: ENOENT: no such file or directory, lstat '/Users/xpech/dev/clariprint/coreui/node_modules/@fortawesome/fontawesome-free/all.js' at Object.lstatSync (node:fs:1529:3) at Object.lstatSync (~/coreui/node_modules/graceful-fs/polyfills.js:318:34) at statFunc (~/coreui/node_modules/fs-extra/lib/util/stat.js:24:20) at getStatsSync (~/coreui/node_modules/fs-extra/lib/util/stat.js:25:19) at Object.checkPathsSync (~/coreui/node_modules/fs-extra/lib/util/stat.js:67:33) at Object.copySync (~/coreui/node_modules/fs-extra/lib/copy/copy-sync.js:27:38) at ~/coreui/node_modules/@coreui/vendors-injector/index.js:119:10 at Array.forEach (<anonymous>) at injectVendors (~/coreui/node_modules/@coreui/vendors-injector/index.js:117:26) at ~/coreui/node_modules/@coreui/vendors-injector/index.js:136:18 { errno: -2, syscall: 'lstat', code: 'ENOENT', path: '~/coreui/node_modules/@fortawesome/fontawesome-free/all.js' } Error: ENOENT: no such file or directory, lstat '~/coreui/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"'
there is an extra double quote at the end of the file name !
Can you help me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
when i try to add fontawesome to build process by adding link to css and js into index.html file, there is a bug in font path.
Error: ENOENT: no such file or directory, lstat '/Users/xpech/dev/clariprint/coreui/node_modules/@fortawesome/fontawesome-free/all.js' at Object.lstatSync (node:fs:1529:3) at Object.lstatSync (~/coreui/node_modules/graceful-fs/polyfills.js:318:34) at statFunc (~/coreui/node_modules/fs-extra/lib/util/stat.js:24:20) at getStatsSync (~/coreui/node_modules/fs-extra/lib/util/stat.js:25:19) at Object.checkPathsSync (~/coreui/node_modules/fs-extra/lib/util/stat.js:67:33) at Object.copySync (~/coreui/node_modules/fs-extra/lib/copy/copy-sync.js:27:38) at ~/coreui/node_modules/@coreui/vendors-injector/index.js:119:10 at Array.forEach (<anonymous>) at injectVendors (~/coreui/node_modules/@coreui/vendors-injector/index.js:117:26) at ~/coreui/node_modules/@coreui/vendors-injector/index.js:136:18 { errno: -2, syscall: 'lstat', code: 'ENOENT', path: '~/coreui/node_modules/@fortawesome/fontawesome-free/all.js' } Error: ENOENT: no such file or directory, lstat '~/coreui/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"'
there is an extra double quote at the end of the file name !
Can you help me.
Beta Was this translation helpful? Give feedback.
All reactions