client-nodejs icon indicating copy to clipboard operation
client-nodejs copied to clipboard

ENAMETOOLONG: name too long upon install on Linux

Open ramontayag opened this issue 1 year ago • 0 comments

Just like #319 (which is supposedly fixed), I'm getting ENAMETOOLONG: name too long

yarn add pipedrive --latest
yarn add v1.22.1
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "[email protected]" is incompatible with requested version "async@^2.1.1"
warning Resolution field "[email protected]" is incompatible with requested version "ejs@^2.6.1"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "async@~1.0.0"
warning pipedrive > [email protected]: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731)
[3/5] Fetching packages...
error https://registry.yarnpkg.com/pipedrive/-/pipedrive-22.0.2.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "ENAMETOOLONG: name too long, open '/home/ramon/.cache/yarn/v6/npm-pipedrive-22.0.2-09285ee3b53d4674c6510e25c263477d22aecaf9-integrity/node_modules/pipedrive/dist/model/AnyOfRecentsActivityRecentsActivityTypeRecentsDealRecentsFileRecentsFilterRecentsNoteRecentsPersonRecentsOrganizationRecentsPipelineRecentsProductRecentsStageRecentsUser.js'"

I understand this might be related to the filesystem type. I'm on ext4. However, it's supposed to have been fixed yet the file is still there on master.

ramontayag avatar Sep 29 '23 21:09 ramontayag