|
This post was updated on .
Hi! I installed the Amber for training (windows). But in a browser (localhost:4000/index.html), I get a blank page ( with:
<html><head> ......
<body> <script type="text/javascript">
require(
["amber/devel"],
function (smalltalk) {
smalltalk.initialize({'transport.defaultAmdNamespace': "amber_core"});
smalltalk.globals.Browser._open();
}
);
</script>
</body></html>
).
PS.
/bower_components/ directory is missing...
|