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
I've rebuilt a Docker container image based on 0.9.2, which builds ok.
During "make serve" execution inside the container, there's a weird prompt "Answer" caused by a npm prompt which is hidden during the bower_components target.
Of course, fixing the dependencies might be an alternative.
The dialog is actually the following:
Unable to find a suitable version for test-fixture, please choose one by typing one of the numbers below:
1) test-fixture#^1.1.1 which resolved to 1.1.2 and is required by browsix
2) test-fixture#^3.0.0 which resolved to 3.0.0 and is required by web-component-tester#6.4.1
Prefix the choice with ! to persist it to bower.json
? Answer
When responding with first option, that seems to be working.
Hope this helps
The text was updated successfully, but these errors were encountered:
I've rebuilt a Docker container image based on 0.9.2, which builds ok.
During "make serve" execution inside the container, there's a weird prompt "Answer" caused by a npm prompt which is hidden during the bower_components target.
I think that the following patch would help:
Of course, fixing the dependencies might be an alternative.
The dialog is actually the following:
When responding with first option, that seems to be working.
Hope this helps
The text was updated successfully, but these errors were encountered: