尝试从 GIT 部署 Angular SSR 应用程序时,在 Heroku 部署中构建失败

时间:2021-02-22 06:24:56

标签: node.js heroku

我在部署 Angular 应用程序方面的经验有限。尝试了几次,但得到以下错误:

<块引用>

node_modules/@angular/material/chips/chip-default-options.d.ts(12,33) 中的错误:错误 TS1005:';'预期的。 node_modules/@angular/material/chips/chip-default-options.d.ts(12,40): 错误 TS1011: 元素访问表达式应该接受一个参数。 node_modules/@angular/material/chips/chip-default-options.d.ts(12,63): 错误 TS1005: '(' 预期。 node_modules/@angular/material/chips/chip-default-options.d.ts(13,1): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(43,33): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(43,39): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(43,42): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(43,63): 错误 TS1005: '(' 预期。 node_modules/@angular/material/chips/chip-input.d.ts(45,45): 错误 TS1005: '(' 预期。 node_modules/@angular/material/chips/chip-input.d.ts(51,9): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(51,19): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(52,9): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(52,23): 错误 TS1005: ',' 预期。 node_modules/@angular/material/chips/chip-input.d.ts(53,5): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(55,9): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(55,16): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(57,5): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(58,28): 错误 TS1005: ',' 预期。 node_modules/@angular/material/chips/chip-input.d.ts(58,58): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(58,75): 错误 TS1005: ',' 预期。 node_modules/@angular/material/chips/chip-input.d.ts(59,18): 错误块{styles}styles.js,styles.js.map (styles) 1.02 MB [initial] [rendered] TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(59,24): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(61,20): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(61,36): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(61,42): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(63,12): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(63,18): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(64,13): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(64,19): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(66,24): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(66,40): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(66,46): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(67,15): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(67,21): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(69,19): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(69,34): 错误 TS1005: ';'预期的。 node_modules/@angular/material/chips/chip-input.d.ts(69,40): 错误 TS1109: 预期表达。 node_modules/@angular/material/chips/chip-input.d.ts(71,5): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(72,5): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(73,5): 错误 TS1128: 预期的声明或语句。 node_modules/@angular/material/chips/chip-input.d.ts(74,1): 错误 TS1128: 预期的声明或语句。 npm 错误!代码生命周期 npm 错误!错误号 1 npm 错误! angular-ssr@0.0.0 构建:ng build npm 错误!退出状态 1 npm 错误! npm 错误! angular-ssr@0.0.0 构建脚本失败。 npm 错误!这可能不是 npm 的问题。上面可能有额外的日志输出。 npm 错误!可以在以下位置找到此运行的完整日志: npm 错误! /tmp/npmcache.LyNlW/_logs/2021-02-22T06_16_23_102Z-debug.log -----> 构建失败

0 个答案:

没有答案