Skip to content

Package error even though I built it normally a few years ago #163

@2173241826

Description

@2173241826

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... !
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions