Build failed sometimes for a unknown reason
jmunozz
PROOP
2 years ago
Build failed at typescript compilation step.
Output is:
11 0.640
11 0.640 > build
11 0.640 > tsc
11 0.640
11 6.942 classes/Book.ts(1,10): error TS2305: Module '"@prisma/client"' has no exported member 'Book'.
11 6.943 classes/GlobalSupplier.ts(1,10): error TS2305: Module '"@prisma/client"' has no exported member 'GlobalSupplier'.
11 6.943 classes/Product.ts(5,10): error TS2305: Module '"@prisma/client"' has no exported member 'Product'.
11 6.943 classes/ProductStocks.ts(1,10): error TS2305: Module '"@prisma/client"' has no exported member 'ProductStocks'.
11 6.943 classes/Purchase.ts(19,13): error TS7006: Parameter 'li' implicitly has an 'any' type.
11 6.943 classes/Purchase.ts(21,10): error TS7006: Parameter 'a' implicitly has an 'any' type.
11 6.943 classes/Purchase.ts(21,13): error TS7006: Parameter 'b' implicitly has an 'any' type.
11 6.943 classes/Purchase.ts(125,41): error TS7006: Parameter 't' implicitly has an 'any' type.
11 6.943 classes/Return.ts(16,37): error TS7006: Parameter 'li' implicitly has an 'any' type.
11 6.943 classes/ShopifyOrder.ts(2,10): error TS2305: Module '"@prisma/client"' has no exported member 'ShopifyOrder'.
11 6.943 classes/ShopifyProduct.ts(2,10): error TS2305: Module '"@prisma/client"' has no expo
This error does not happen all the time. Does someone has an idea on why I get it ?
ⓘ Deployment information is only viewable by Project members and Railway admins.
0 Replies