look if package.json exists
If package.json is not present, you need to create one.
Create a package.json file if it doesn't exist If package.json is missing, create it by running:
npm init -y
noiw delete node_modules and package-lock.json rm node_modules rm package-lock.json
clean npm cache npm cache clean --force
install packages
npm install
restart the idle an try