create-react-app [BUG] NPM安装失败,警告:TAR_ENTRY_ERROR ENOENT:没有这样的文件或目录

sauutmhj  于 22天前  发布在  React
关注(0)|答案(2)|浏览(13)

我正在尝试在我的项目中使用Node.js 16和npm@8.2.0。对于以下package.json,npm install成功:

{
  "name": "sample",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "history": "~4.10.1",
    "react": "~17.0.2",
    "react-app-polyfill": "~2.0.0",
    "react-dom": "~17.0.2",
    "react-router-dom": "~5.3.0",
    "reactstrap": "~8.10.0"
  },
  "devDependencies": {
    "cross-env": "~7.0.3",
    "@testing-library/jest-dom": "~5.14.1",
    "@testing-library/react": "~12.0.0",
    "@testing-library/user-event": "~13.2.1",
    "jest-fetch-mock": "~3.0.3",
    "jest-sonar-reporter": "~2.0.0",
    "react-test-renderer": "~17.0.2",
    "sass": "~1.32.13"
  }
}

然而,当我们将react-scripts@4.0.3添加到devDependencies部分时,安装开始失败,出现以下错误:

npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-utils'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/semver'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/source-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-optional-chaining\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-transform-react-display-name\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-nullish-coalescing-operator\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-numeric-separator\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-class-properties\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\LICENSE'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-optional-chaining\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-transform-react-display-name\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-nullish-coalescing-operator\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-numeric-separator\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-class-properties\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-optional-chaining\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-transform-react-display-name\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-nullish-coalescing-operator\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-numeric-separator\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-class-properties\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-optional-chaining\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-transform-react-display-name\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-nullish-coalescing-operator\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-numeric-separator\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\plugin-proposal-class-properties\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\CHANGELOG.md'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-utils'
npm WARN tarball tarball data for eslint-utils@https://repository.url/artifactory/api/npm/npm/eslint-utils/-/eslint-utils-2.1.0.tgz (sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\README.md'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys'
npm WARN tarball tarball data for eslint-visitor-keys@https://repository.url/artifactory/api/npm/npm/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz (sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\data'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/semver'
npm WARN tarball tarball data for semver@https://repository.url/artifactory/api/npm/npm/semver/-/semver-5.7.1.tgz (sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/source-map'
npm WARN tarball tarball data for source-map@https://repository.url/artifactory/api/npm/npm/source-map/-/source-map-0.5.7.tgz (sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\visitor-keys\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\CHANGELOG.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-utils'
npm WARN tarball tarball data for eslint-utils@https://repository.url/artifactory/api/npm/npm/eslint-utils/-/eslint-utils-2.1.0.tgz (sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=) seems to be corrupted. Trying again.
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys'
npm WARN tarball tarball data for eslint-visitor-keys@https://repository.url/artifactory/api/npm/npm/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz (sha1-MOvR73wv3/AcOk8VEESvJfqwUj4= sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/semver'
npm WARN tarball tarball data for semver@https://repository.url/artifactory/api/npm/npm/semver/-/semver-5.7.1.tgz (sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==) seems to be corrupted. Trying again.
npm WARN tar ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/babel-preset-react-app/node_modules/source-map'
npm WARN tarball tarball data for source-map@https://repository.url/artifactory/api/npm/npm/source-map/-/source-map-0.5.7.tgz (sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==) seems to be corrupted. Trying again.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\types\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\preset-env\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\core\src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\CHANGELOG.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\typescript-estree\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\CHANGELOG.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\babel-preset-react-app\node_modules\@babel\runtime\regenerator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat 'I:\ds\projects\sample-npm7-app\node_modules\eslint-plugin-testing-library\node_modules\@typescript-eslint\experimental-utils\dist'
npm ERR! code ENOENT
npm ERR! path I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys
npm ERR! enoent ENOENT: Cannot cd into 'I:/ds/projects/sample-npm7-app/node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

我和我的同事们能够用以下npm版本重现相同的错误:

npm@8.2.0
npm@8.1.0
npm@7.24.0

这种失败几乎每次都发生——在十次中有九次,这对于日常开发来说不是一个可行的解决方案。
我们正在企业环境中工作,我们的机器是Windows 10(服务器2016)的虚拟化示例,带有挂载的网络驱动器。我们通过Citrix客户端访问这些。在相同的机器上,使用Node.js 14和npm 6的相同npm install运行正常,这是我们目前用于日常开发的方式。
我们已经遇到这个问题有一段时间了,但无法缩小原因。任何帮助都将不胜感激。

mcvgt66p

mcvgt66p1#

在这里也存在同样的问题。

8iwquhpp

8iwquhpp2#

这个问题已经被自动标记为过时,因为它没有任何最近的活动。如果没有发生任何进一步的活动,它将在5天后被关闭。

相关问题