Я создал проект с приложением create-реагировать-приложение и установил пакет клиент-метеор https://github.com/Urigo/meteor-client-bundler
Впервые все заработало.Я добавил новую зависимость и снова запустил "mcb": "meteor-client bundle --config=meteor-client.config.json"
, теперь есть эта ошибка.Что мне делать? скриншот ошибки
это мой meteor-client.config.json:
{
"runtime": {
"DDP_DEFAULT_CONNECTION_URL": "http://localhost:3000/"
},
"import": [
"meteor-base",
"mongo",
"cfs:standard-packages",
"cfs:gridfs",
"react-meteor-data"
],
"externalNpmPackages": ["@babel/runtime", "meteor-node-stubs", "@react"],
"npmInstall": false,
"generateNodeModules": true
}
и package.json:
{
"name": "meteor-client-bundler-test",
"version": "0.1.0",
"private": true,
"dependencies": {
"meteor-client-bundler": "^0.6.0",
"meteor-node-stubs": "^0.4.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"mcb": "meteor-client bundle --config=meteor-client.config.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Ссылка на мой проект с этой ошибкой https://github.com/Phazeoner/meteor-client-bundler-test