Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Issue with npm packaging #31

@khashayar

Description

@khashayar

Whenever I try to run my project on CI env after adding node-upwork dependency, I ran into an issue and the CI process fails when it runs npm install. The error reads:

npm ERR! path /builds/node_modules/node-upwork
npm ERR! code EISGIT
npm ERR! git /builds//node_modules/node-upwork: Appears to be a git repo or submodule.
npm ERR! git     /builds/node_modules/node-upwork
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

It seems the issue is with the way you are packaging the upwork npm and including the .git folder inside it, which is unnecessary. Can you please make sure that .git folder is excluded from your npm package?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions