QuickStart not installing all the dependencies

I confirm Next.js v16.1.6 installed , I was aware turbopack causes issue so i forced --webpack in the package.json

Edit :
Apparently on changing the script in package.json to :

 "scripts": {
    "dev": "next dev --webpack",
    "build": "next build --webpack",
    "start": "next start",
    "lint": "eslint"
  },

next turbopack , npm install should run normally but during the build I enconter the errror with isolated-vm

For reference it’s apparently the same issue as in this thread

But I am not using an Apple machine , i’m on a windows system