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
trying out ember new DisplayTable -b @glimmer/blueprint --web-component=display-table with the ember-cli 3.18 does not seem to work anymore. Is this library discontinued?
get a warning also The option '--web-component' is not registered with the 'new' command. Run ember new --help for a list of supported options.
Doing a npm start in the generated folder give this error:
- name: Error
- nodeAnnotation: Funnel: index.html
- nodeName: Funnel
- originalErrorMessage: ENOENT: no such file or directory, lstat '/var/folders/j9/zd04d6z93ml3mcmwqngn_y5c57xm0j/T/broccoli-31489jxXPN4887StS/out-04-funnel/src/ui/index.html'
- stack: Error: ENOENT: no such file or directory, lstat '/var/folders/j9/zd04d6z93ml3mcmwqngn_y5c57xm0j/T/broccoli-31489jxXPN4887StS/out-04-funnel/src/ui/index.html'
at Object.lstatSync (fs.js:845:3)
The text was updated successfully, but these errors were encountered:
Yeah, I think that is probably a good summary. I don't know how hard it would be to revamp this in terms of the glimmer.js@beta that is currently running.
trying out
ember new DisplayTable -b @glimmer/blueprint --web-component=display-table
with the ember-cli 3.18 does not seem to work anymore.Is this library discontinued?
get a warning also
The option '--web-component' is not registered with the 'new' command. Run
ember new --helpfor a list of supported options.
Doing a npm start in the generated folder give this error:
The text was updated successfully, but these errors were encountered: