You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation is described in detail in the file HISTORY.
Trying to set up a minimal configuration to be used with meteor-client-bundler, I started from scratch and used meteor create --base in place of meteor create. Then meteor-client-bundler crashed:
Errors prevented bundling:
While processing files with static-html (for target web.browser):
client/main.html:12: Expected <head> or <body> tag
While processing files with static-html (for target web.browser.legacy):
client/main.html:12: Expected <head> or <body> tag
/home/pierre/Développements/pwa/cornflourblue-ng6-bs4-login/demo7B/node_modules/meteor-client-bundler/node_modules/execa/index.js:350
throw err;
^
As soon as static-html is removed from api/.meteor/packages, everything runs fine.
meteor-client-bundler should be able to deal with api/.meteor/packages's content, whatever the template used to create it.
The text was updated successfully, but these errors were encountered:
angular-meteor
you're using, and the platform(s) you're running it onSee demo on github: https://github.com/atao60/angular-meteor-example-AngularCLI-bare. It's in a non working status to show the issue.
The installation is described in detail in the file HISTORY.
Trying to set up a minimal configuration to be used with
meteor-client-bundler
, I started from scratch and usedmeteor create --base
in place ofmeteor create
. Thenmeteor-client-bundler
crashed:As soon as
static-html
is removed fromapi/.meteor/packages
, everything runs fine.meteor-client-bundler
should be able to deal withapi/.meteor/packages
's content, whatever the template used to create it.The text was updated successfully, but these errors were encountered: