guys I am facing a strange problem here that my git-bash and my terminal when I am trying to use npm install I git this error my error message
some guy told me to clear
Step 1: Delete package-lock.json file from your project
package-lock.json
Step 2: If your npm version is 5 and above. Then run the following command
npm cache verify
Step 3: Then run your parcel bunder
npm install -g parcel-bundler
or
npm install --save-dev parcel-bundler babel-preset-env
Hopefully it should work.