mehdi

Results 5 comments of mehdi

I am using the lastest version 5.17.2 and also the version with angular 17

using try catch solved the issue const getAbsoluteFSPath = function () { // detect whether we are running in a browser or nodejs if (typeof module !== "undefined" && module.exports)...

Yes I use angular. Doesnt matter ssr or not on build I get that error. Temporary fix it comment that line and everything works fine

When you comment out that line and run build that should solve the issue. But whenever you run npm i that overwrite that line again. So that doesnt help if...

fixed by changing "moduleResolution": "node", to "moduleResolution": "bundler",