yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.45k stars 2.73k forks source link

"EPERM: operation not permitted, symlink #8757

Open MuttakinHasib opened 2 years ago

MuttakinHasib commented 2 years ago

yarn version: 1.22.17 wsl 2 - ubuntu 20.4 windows 11


Arguments: 
  /home/hasib/.nvm/versions/node/v16.13.1/bin/node /home/hasib/.nvm/versions/node/v16.13.1/bin/yarn

PATH: 
  /home/hasib/.yarn/bin:/home/hasib/.config/yarn/global/node_modules/.bin:/home/hasib/.zinit/polaris/bin:/home/hasib/.nvm/versions/node/v16.13.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Users/hasib/bin:/mnt/c/Program Files/Git/mingw64/bin:/mnt/c/Program Files/Git/usr/local/bin:/mnt/c/Program Files/Git/usr/bin:/mnt/c/Program Files/Git/usr/bin:/mnt/c/Program Files/Git/mingw64/bin:/mnt/c/Program Files/Git/usr/bin:/mnt/c/Users/hasib/bin:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/nodejs:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/ProgramData/DockerDesktop/version-bin:/mnt/c/Users/hasib/AppData/Local/Programs/Python/Python310/Scripts:/mnt/c/Users/hasib/AppData/Local/Programs/Python/Python310:/mnt/c/Users/hasib/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/hasib/AppData/Roaming/npm:/mnt/c/Users/hasib/AppData/Local/Programs/Hyper/resources/bin:/mnt/c/Program Files (x86)/GitHub CLI:/mnt/c/Users/hasib/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Program Files/Git/usr/bin/vendor_perl:/mnt/c/Program Files/Git/usr/bin/core_perl:/home/hasib/.yarn/bin

Yarn version: 
  1.22.17

Node version: 
  16.13.1

Platform: 
  linux x64

Trace: 
  Error: EPERM: operation not permitted, symlink '../../../mime/cli.js' -> '/mnt/d/Experiment/simple/node_modules/send/node_modules/.bin/mime'

npm manifest: 
  {
    "name": "simple",
    "version": "1.0.0",
    "main": "index.js",
    "license": "MIT",
    "dependencies": {
      "express": "^4.17.2"
    }
  }

yarn manifest: 
  No manifest

Lockfile: 
  # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  # yarn lockfile v1

  accepts@~1.3.7:
    version "1.3.7"
    resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
    integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
    dependencies:
      mime-types "~2.1.24"
      negotiator "0.6.2"

  array-flatten@1.1.1:
    version "1.1.1"
    resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
    integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=

  body-parser@1.19.1:
    version "1.19.1"
    resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.1.tgz#1499abbaa9274af3ecc9f6f10396c995943e31d4"
    integrity sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==
    dependencies:
      bytes "3.1.1"
      content-type "~1.0.4"
      debug "2.6.9"
      depd "~1.1.2"
      http-errors "1.8.1"
      iconv-lite "0.4.24"
      on-finished "~2.3.0"
      qs "6.9.6"
      raw-body "2.4.2"
      type-is "~1.6.18"

  bytes@3.1.1:
    version "3.1.1"
    resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a"
    integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==

  content-disposition@0.5.4:
    version "0.5.4"
    resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
    integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
    dependencies:
      safe-buffer "5.2.1"

  content-type@~1.0.4:
    version "1.0.4"
    resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
    integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==

  cookie-signature@1.0.6:
    version "1.0.6"
    resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
    integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=

  cookie@0.4.1:
    version "0.4.1"
    resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
    integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==

  debug@2.6.9:
    version "2.6.9"
    resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
    integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
    dependencies:
      ms "2.0.0"

  depd@~1.1.2:
    version "1.1.2"
    resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
    integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=

  destroy@~1.0.4:
    version "1.0.4"
    resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
    integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=

  ee-first@1.1.1:
    version "1.1.1"
    resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
    integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

  encodeurl@~1.0.2:
    version "1.0.2"
    resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
    integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=

  escape-html@~1.0.3:
    version "1.0.3"
    resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
    integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=

  etag@~1.8.1:
    version "1.8.1"
    resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
    integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=

  express@^4.17.2:
    version "4.17.2"
    resolved "https://registry.yarnpkg.com/express/-/express-4.17.2.tgz#c18369f265297319beed4e5558753cc8c1364cb3"
    integrity sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==
    dependencies:
      accepts "~1.3.7"
      array-flatten "1.1.1"
      body-parser "1.19.1"
      content-disposition "0.5.4"
      content-type "~1.0.4"
      cookie "0.4.1"
      cookie-signature "1.0.6"
      debug "2.6.9"
      depd "~1.1.2"
      encodeurl "~1.0.2"
      escape-html "~1.0.3"
      etag "~1.8.1"
      finalhandler "~1.1.2"
      fresh "0.5.2"
      merge-descriptors "1.0.1"
      methods "~1.1.2"
      on-finished "~2.3.0"
      parseurl "~1.3.3"
      path-to-regexp "0.1.7"
      proxy-addr "~2.0.7"
      qs "6.9.6"
      range-parser "~1.2.1"
      safe-buffer "5.2.1"
      send "0.17.2"
      serve-static "1.14.2"
      setprototypeof "1.2.0"
      statuses "~1.5.0"
      type-is "~1.6.18"
      utils-merge "1.0.1"
      vary "~1.1.2"

  finalhandler@~1.1.2:
    version "1.1.2"
    resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
    integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
    dependencies:
      debug "2.6.9"
      encodeurl "~1.0.2"
      escape-html "~1.0.3"
      on-finished "~2.3.0"
      parseurl "~1.3.3"
      statuses "~1.5.0"
      unpipe "~1.0.0"

  forwarded@0.2.0:
    version "0.2.0"
    resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
    integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==

  fresh@0.5.2:
    version "0.5.2"
    resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
    integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=

  http-errors@1.8.1:
    version "1.8.1"
    resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
    integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==
    dependencies:
      depd "~1.1.2"
      inherits "2.0.4"
      setprototypeof "1.2.0"
      statuses ">= 1.5.0 < 2"
      toidentifier "1.0.1"

  iconv-lite@0.4.24:
    version "0.4.24"
    resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
    integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
    dependencies:
      safer-buffer ">= 2.1.2 < 3"

  inherits@2.0.4:
    version "2.0.4"
    resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
    integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

  ipaddr.js@1.9.1:
    version "1.9.1"
    resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
    integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==

  media-typer@0.3.0:
    version "0.3.0"
    resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
    integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=

  merge-descriptors@1.0.1:
    version "1.0.1"
    resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
    integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=

  methods@~1.1.2:
    version "1.1.2"
    resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
    integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

  mime-db@1.51.0:
    version "1.51.0"
    resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
    integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==

  mime-types@~2.1.24:
    version "2.1.34"
    resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24"
    integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
    dependencies:
      mime-db "1.51.0"

  mime@1.6.0:
    version "1.6.0"
    resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
    integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==

  ms@2.0.0:
    version "2.0.0"
    resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
    integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=

  ms@2.1.3:
    version "2.1.3"
    resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
    integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

  negotiator@0.6.2:
    version "0.6.2"
    resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
    integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==

  on-finished@~2.3.0:
    version "2.3.0"
    resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
    integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
    dependencies:
      ee-first "1.1.1"

  parseurl@~1.3.3:
    version "1.3.3"
    resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
    integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==

  path-to-regexp@0.1.7:
    version "0.1.7"
    resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
    integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=

  proxy-addr@~2.0.7:
    version "2.0.7"
    resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
    integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
    dependencies:
      forwarded "0.2.0"
      ipaddr.js "1.9.1"

  qs@6.9.6:
    version "6.9.6"
    resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
    integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==

  range-parser@~1.2.1:
    version "1.2.1"
    resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
    integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==

  raw-body@2.4.2:
    version "2.4.2"
    resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.2.tgz#baf3e9c21eebced59dd6533ac872b71f7b61cb32"
    integrity sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==
    dependencies:
      bytes "3.1.1"
      http-errors "1.8.1"
      iconv-lite "0.4.24"
      unpipe "1.0.0"

  safe-buffer@5.2.1:
    version "5.2.1"
    resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
    integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

  "safer-buffer@>= 2.1.2 < 3":
    version "2.1.2"
    resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
    integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

  send@0.17.2:
    version "0.17.2"
    resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"
    integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==
    dependencies:
      debug "2.6.9"
      depd "~1.1.2"
      destroy "~1.0.4"
      encodeurl "~1.0.2"
      escape-html "~1.0.3"
      etag "~1.8.1"
      fresh "0.5.2"
      http-errors "1.8.1"
      mime "1.6.0"
      ms "2.1.3"
      on-finished "~2.3.0"
      range-parser "~1.2.1"
      statuses "~1.5.0"

  serve-static@1.14.2:
    version "1.14.2"
    resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa"
    integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==
    dependencies:
      encodeurl "~1.0.2"
      escape-html "~1.0.3"
      parseurl "~1.3.3"
      send "0.17.2"

  setprototypeof@1.2.0:
    version "1.2.0"
    resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
    integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

  "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
    version "1.5.0"
    resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
    integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=

  toidentifier@1.0.1:
    version "1.0.1"
    resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
    integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

  type-is@~1.6.18:
    version "1.6.18"
    resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
    integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
    dependencies:
      media-typer "0.3.0"
      mime-types "~2.1.24"

  unpipe@1.0.0, unpipe@~1.0.0:
    version "1.0.0"
    resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
    integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=

  utils-merge@1.0.1:
    version "1.0.1"
    resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
    integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

  vary@~1.1.2:
    version "1.1.2"
    resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
    integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
mdantonio commented 2 years ago

On yarn 1 I'm able to overcome the problem by using the --no-bin-link flag when running yarn install, maybe that you can try this.

But I'm unable to do the same with yarn 3

Unknown Syntax Error: Unsupported option name ("--no-bin-link").
fresheneesz commented 1 year ago

I'm running into this too. No workarounds or comments?

dustanjones commented 1 year ago

Just came across this and I worked around it by running the cmd in a terminal which has administrator privileges.

fresheneesz commented 1 year ago

My issues is on WSL when working in a windows file system. I worked around this by working in the linux filesystem and accessing that filesystem using \\wsl$\Ubuntu\... paths (and updating my intellij to support it). Seems like this is actually a better workflow, so I'm happy to not have to use no-bin-links.

Hadsch commented 1 year ago

On yarn 1 I'm able to overcome the problem by using the --no-bin-link flag when running yarn install, maybe that you can try this.

But I'm unable to do the same with yarn 3

Unknown Syntax Error: Unsupported option name ("--no-bin-link").

You have a typo: It is --no-bin-links

https://classic.yarnpkg.com/lang/en/docs/cli/install/#toc-yarn-install-no-bin-links

dgrcode commented 1 year ago

I get the same error when writing it without the typo:

$ yarn install --no-bin-links
Unknown Syntax Error: Unsupported option name ("--no-bin-links").

It looks like the option only exists in Yarn v1, but not in other versions. These are the docs for the current version https://yarnpkg.com/cli/install