রান করার সময় yarn add --dev jest
, আমি ত্রুটি পেয়েছি ক্যাশে থেকে আনার সময় ভুল অখণ্ডতা ।
সম্পূর্ণ আউটপুট:
tests (master)$ yarn add --dev jest
yarn add v1.19.0
info No lockfile found.
[1/4] Resolving packages...
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
[2/4] Fetching packages...
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
আমি অপসারণের চেষ্টা করেছি node_modules
, আবার দৌড়ে এসেছি yarn install
এবং yarn add --dev jest
কোনও লাভ হয়নি।
আমি কিভাবে এটা ঠিক করব?
yarn cache clean
। ম্যানুয়ালি সরানো~/.cache/yarn
আমার জন্য 'ভুল সততা' ত্রুটি সমাধান করেছে।