oclif.manifest.json is not in the source tree
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 92/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- javascript
- Domain
- cli
Research direction
Open package.json and inspect the pre/postpack scripts that handle oclif.manifest.json. Confirm how the files list is used by the packaging tools, then verify that the source tree is packaged without expecting this generated manifest. Done means packaging completes without the reported error.
Written by the indexing model from the issue text.
Description
oclif.manifest.json does not exist is the source tree. It is handled via the pre/postpack scripts, and therefore shall be removed from package.json .files list. Having it there breaks packaging tools.
--- a/package.json
+++ b/package.json
@@ -55,7 +55,6 @@
"files": [
"/bin",
"/src",
- "/oclif.manifest.json",
"/package-lock.json"
],
"homepage": "https://github.com/adobe/aio-cli",
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 45
- Avg merge
- 29m
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from adobe/aio-cli
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·