-
Notifications
You must be signed in to change notification settings - Fork 31
Description
About three years ago, I was still able to deploy this app normally without any issues, and the code hasn't changed since then. However, now when I package it again, it throws this error, even though the files still exist.
Anyone can help?
`D:\Inteliji\hiro-rcapp-new>rc-apps package
packaging your app... !
Error: Invalid App package. Could not find the classFile (RcNotificationApp.ts) file.
D:\Inteliji\hiro-rcapp-new>rc-apps package
[
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/OffRequestCommand.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
},
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/endpoints/Notification.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
},
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/handlers/ExecuteBlockActionHandler.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
},
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/handlers/ExecuteViewSubmitHandler.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
},
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/lib/findObjectByActionId.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
},
{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText: {
messageText: "File 'src/lib/sendDirect.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
}
]
A VERY UNEXPECTED ERROR HAPPENED THAT SHOULD NOT!
packaging your app... !
`