pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
209 stars 81 forks source link

ENAMETOOLONG: name too long upon install on Linux #492

Closed ramontayag closed 2 months ago

ramontayag commented 1 year ago

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 "async@3.2.4" is incompatible with requested version "async@^2.1.1"
warning Resolution field "ejs@3.1.7" is incompatible with requested version "ejs@^2.6.1"
warning Resolution field "urijs@1.19.11" is incompatible with requested version "urijs@1.18.10"
warning Resolution field "async@3.2.4" is incompatible with requested version "async@~1.0.0"
warning pipedrive > superagent@7.1.6: 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.

github-actions[bot] commented 2 months ago

This issue has been marked as stale due to inactivity. It will be closed in 30 days if no further activity occurs.

SpaceOven commented 2 months ago

Hi! Sorry for the long delay. You are right, the file was still lingering there for some reason. It's now removed from the repo on the latest version: https://github.com/pipedrive/client-nodejs/releases/tag/v23.2.6

BenjD90 commented 2 months ago

@SpaceOven When do you plan to publish version 23.2.6 to npm ?

image

BenjD90 commented 1 month ago

Version 23.3.0 is published :star_struck: