У меня есть приложение, работающее с Meteor Framework + React. Я пытаюсь запустить приложение с помощью команды npm start
, но я продолжаю получать эти ошибки о файлах static-html. Я довольно новичок в метеоре, поэтому я попытался выполнить следующие команды:
meteor remove static-html
meteor add blaze-html-templates
, но я все еще получаю те же ошибки ...
=> Errors prevented startup:
While processing files with static-html (for target web.browser):
deploy/bundle/programs/web.browser/body.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser/head.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser.legacy/body.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser.legacy/head.html:1: Expected one of: <body>, <head>, <template>
While processing files with static-html (for target web.browser.legacy):
deploy/bundle/programs/web.browser/body.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser/head.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser.legacy/body.html:1: Expected one of: <body>, <head>, <template>
deploy/bundle/programs/web.browser.legacy/head.html:1: Expected one of: <body>, <head>, <template>
=> Your application has errors. Waiting for file change.
Iпризнателен за любую помощь