Project Initialization Error: Cannot find module 'simple-swizzle'

Hi Ajay,

This issue is linked to recent npm package problems. Please try the following steps:

  1. Run:
npm cache clean --force
npm cache verify
rm -rf node_modules package-lock.json
  1. Pin safe versions in package.json .
  2. Reinstall:
npm install
  1. Verify with:
npm ls simple-swizzle
npm audit

This should resolve the missing module error.

3 Likes