Привет, я новичок в расширении aws, и я обнаружил проблему, когда в Интернете нет решения (или я не могу ничего найти по этому поводу).
Я создал проект AWS Ampify Vue, добавил хостинг, и он работает. Все, что я делал на своем ноутбуке, теперь я хочу работать над этим проектом с моего домашнего ПК. Я клонировал репозиторий из gitlab и установил все, и я сделал еще одну настройку aws, чтобы учетная запись была подключена с этого компьютера к aws.
Проект работает нормально на моем локальном хосте, но когда я хочу добавить «ampify api» или хочу «увеличить push / publish», я получаю следующее сообщение об ошибке.
Невозможно переопределить свойство: flatMap это отображается при "усилении толчка" ИЛИ
frontend build command exited with code 0
× Error has occured during publish.
2018-11-12T18:50:10.653Z - error: uncaughtException: Cannot redefine
property:
flatMap date=Mon Nov 12 2018 19:50:10 GMT+0100 (GMT+01:00), pid=11456,
uid=null, gid=null,
cwd=D:\Max\Desktop\_Projects\bachelorthesis\Frontend\pwa,
execPath=C:\Program Files\nodejs\node.exe, version=v10.12.0, argv=
[C:\Program
Files\nodejs\node.exe, C:\Users\Max\AppData\Roaming\npm\node_modules\@aws-
amplify\cli\bin\amplify, publish], rss=78503936, heapTotal=61767680,
heapUsed=52911352, external=279915, loadavg=[0, 0, 0], uptime=1854450,
trace=
[column=null, file=null, function=Function.defineProperty, line=null,
method=defineProperty, native=false, column=8,
file=C:\Users\max\AppData\Roaming\npm\node_modules\@aws-
amplify\cli\node_modules\amplify-graphql-types-
generator\src\utilities\array.ts, function=null, line=9, method=null,
native=false, column=30, file=internal/modules/cjs/loader.js,
function=Module._compile, line=688, method=_compile, native=false,
column=10,
file=internal/modules/cjs/loader.js, function=Module._extensions..js,
line=699,
method=.js, native=false, column=32, file=internal/modules/cjs/loader.js,
function=Module.load, line=598, method=load, native=false, column=12,
file=internal/modules/cjs/loader.js, function=tryModuleLoad, line=537,
method=null, native=false, column=3, file=internal/modules/cjs/loader.js,
function=Module._load, line=529, method=_load, native=false, column=17,
file=internal/modules/cjs/loader.js, function=Module.require, line=636,
method=require, native=false, column=18,
file=internal/modules/cjs/helpers.js,
function=require, line=20, method=null, native=false, column=1,
file=C:\Users\max\AppData\Roaming\npm\node_modules\@aws-
amplify\cli\node_modules\amplify-graphql-types-
generator\src\compiler\legacyIR.ts, function=null, line=10, method=null,
native=false], stack=[TypeError: Cannot redefine property: flatMap, at
Function.defineProperty (<anonymous>), at Object.<anonymous>
(C:\Users\max\AppData\Roaming\npm\node_modules\@aws-
amplify\cli\node_modules\amplify-graphql-types-
generator\src\utilities\array.ts:9:8), at Module._compile
(internal/modules/cjs/loader.js:688:30), at
Object.Module._extensions..js
(internal/modules/cjs/loader.js:699:10), at Module.load
(internal/modules/cjs/loader.js:598:32), at tryModuleLoad
(internal/modules/cjs/loader.js:537:12), at Function.Module._load
(internal/modules/cjs/loader.js:529:3), at Module.require
(internal/modules/cjs/loader.js:636:17), at require
(internal/modules/cjs/helpers.js:20:18), at Object.<anonymous>
(C:\Users\max\AppData\Roaming\npm\node_modules\@aws-
amplify\cli\node_modules\amplify-graphql-types-
generator\src\compiler\legacyIR.ts:10:1)]
Можно ли публиковать свои работы с двух разных компьютеров?
Мне действительно нужна помощь, потому что это часть моей дипломной работы бакалавра
Заранее спасибо:)