Azure / Azure/api-management-developer-portal
@paperbits/core does not output referenced Core Module
- Dominant language
- TypeScript
- Stars
- 545
- Forks
- 360
- PR merge metrics
- No merged PRs in 30d
Description
I am in the process of refreshing my self hosted apim developer portal with changes made to this repo. Part of the changes is upgrading the paperbits npm packages from 0.1.432 to 0.1.576.
However, I am getting an error during the build-function command because the module "@paperbits/core/core.module" is not found. This module is referenced in "./examples/publisher/azure-function/publish/index.ts". After looking in the node modules folder and comparing its contents to before the changes were merged, it appears that @paperbits/core does not create the core.module.ts file anymore.
Should "@paperbits/core/core.module" module still be referenced and used in the "./examples/publisher/azure-function/publish/index.ts" file?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with examples/publisher/azure-function/publish/index.ts and inspect the installed @paperbits/core package to compare the referenced core.module entry point with the package contents. Run the build-function command and confirm that the reference resolves and the Azure Function build completes without the missing-module error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- build-system, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100