Hi Ajay,
This issue is linked to recent npm package problems. Please try the following steps:
- Run:
npm cache clean --force
npm cache verify
rm -rf node_modules package-lock.json
- Pin safe versions in
package.json. - Reinstall:
npm install
- Verify with:
npm ls simple-swizzle
npm audit
This should resolve the missing module error.