Closed tomexx closed 3 years ago
Update the package to the latest version. I had the same problem as you
Thank you for reporting this, we're aware of the issue and planning to resolve it soon. Our own CI is impacted by this as we also use this package internally.
Got the exact same issue
./src/app/claims-detail/claims-detail.module.ts:14:0-115 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/arrows-diagrams/arrows/arrow-down-1.svg' in '/home/vsts/work/1/s/src/app/claims-detail'
./src/app/claims-detail/claims-detail.module.ts:15:0-117 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/arrows-diagrams/arrows/arrow-right-1.svg' in '/home/vsts/work/1/s/src/app/claims-detail'
./src/app/claims/claims.module.ts:9:0-115 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/arrows-diagrams/arrows/arrow-down-1.svg' in '/home/vsts/work/1/s/src/app/claims'
./src/app/create-claim/create-claim.module.ts:12:0-107 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/files-folders/folders/folder-1.svg' in '/home/vsts/work/1/s/src/app/create-claim'
./src/app/create-claim/create-claim.module.ts:13:0-119 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/form-validation/check-1.svg' in '/home/vsts/work/1/s/src/app/create-claim'
./src/app/create-claim/create-claim.module.ts:14:0-112 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/loading/loading.svg' in '/home/vsts/work/1/s/src/app/create-claim'
./src/app/create-claim/create-claim.module.ts:15:0-123 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/shopping-ecommerce/tags-codes/barcode-scan.svg' in '/home/vsts/work/1/s/src/app/create-claim'
./src/app/shared/components/toolbar/toolbar.module.ts:2:0-112 - Error: Module not found: Error: Can't resolve '@streamlinehq/streamlinehq/img/streamline-regular/arrows-diagrams/arrows/arrow-left.svg' in '/home/vsts/work/1/s/src/app/shared/components/toolbar'
Using version 3.0.4 seems to work
"@streamlinehq/streamlinehq": "^3.0.4",
Using version 3.0.4 seems to work
"@streamlinehq/streamlinehq": "^3.0.4",
For me this results in Error: Streamline is unavailable, please try again later
.
Might be a sporadic server problem that doesn't impact everyone at all times?
Seeing the same behavior as @hanneskuettner , our builds are failing about 50% of the time with the error specified above.
The issue has been resolved now. I sincerely apologize for the issue caused. I personally know how frustrating it is.
Here is what happened:
npm unpublish
command. Oops.Afterwards, I've started fixin'. The following work has been done:
What else Streamline should do:
Once again, I greatly appreciate your patience and thank you for using Streamline
@cbrwizard hello, I want to report that one of our engineers is still receiving errors trying to pull in 3.0.4
can you provide any guidance?
Error: Streamline is unavailable, please try again later
@sorlovsky sorry to hear that. NPM installation endpoint still isn't perfect and sometimes works slowly. We're working on improving our database to speed this up as it impacts the whole website. Meanwhile we have cache in place and if the first request fails please try again in a minute: it should use the cached version which works faster.
Hi there,
we are experiencing a problem as we aren't able to run a deployment pipeline b/c of Streamline icons cannot be resolved.