topsi-project-manager icon indicating copy to clipboard operation
topsi-project-manager copied to clipboard

Сannot be compiled

Open serkor opened this issue 4 years ago • 3 comments

Package cannot be compiled via yarn build command(

serkor avatar Mar 29 '20 10:03 serkor

Same issue here. It has to do with cssloader.

harryadel avatar Apr 06 '20 23:04 harryadel

Hi, any resolution to the issue with yarn build failing?

 ERROR  Failed to compile with 1 errors                                                                                                                                11:15:42 AM

 error  in /Users/docs/topsi-project-manager/src/components/dialogs/content/EditNoteDialog.vue

ERROR in /Users/docs/topsi-project-manager/src/components/dialogs/content/EditNoteDialog.vue(78,7):
78:7 Argument of type 'number' is not assignable to parameter of type 'string'.
    76 |       this.note.category,
    77 |       this.note.color,
  > 78 |       this.note.milestoneId,
       |       ^
    79 |       this.note.tags
    80 |     );
    81 |     updatedNote.id = this.note.id;

 ERROR  Build failed with errors.
error Command failed with exit code 1.

Thank you.

idea-launch-lab avatar Jul 09 '20 15:07 idea-launch-lab

Still same issue here.

jazz-it avatar Jul 23 '20 02:07 jazz-it