https://kotlinlang.org logo
Title
s

Sunil Kumar

05/16/2023, 5:42 AM
Hi forks, in my compose multiplatform project, initially it was working fine before, but suddenly i started getting this error in build for web app:
Module not found: Error: Can't resolve 'path' in '/Users/sunil/AndroidStudioProjects/ComposeInstagramCloneMultiplatform/build/js/packages/compose-instagram-clone-multiplatform/kotlin'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
	- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
	- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
	resolve.fallback: { "path": false }
Module not found: Error: Can't resolve 'os' in '/Users/sunil/AndroidStudioProjects/ComposeInstagramCloneMultiplatform/build/js/packages/compose-instagram-clone-multiplatform/kotlin'
ANy idea what is this bug and why its showing
and in browser console, its showing this error for same build:
caught Error: Error loading module 'compose-instagram-clone-multiplatform'. Its dependency '@js-joda/core' was not found. Please, check whether '@js-joda/core' is loaded prior to 'compose-instagram-clone-multiplatform'.