angular2-seed

Deploying Angular2 App, getting unknown non-descriptive error

喜夏-厌秋 提交于 2020-01-17 04:03:46
问题 Getting this error in firebug after angular2 app has been deployed : "TypeError: this._nativeError is undefined" in app.js. *app.js is the javascript that is created from npm run build.prod.aot (and also npm run build.prod). App runs fine locally, it only seems to give me problems after I've deployed to a standalone web server. I assume I have a minor typo somewhere, but the error looks pretty generic and I can't find anything conclusive as to what might be the cause. Has anyone seen this

Setting volumes in docker-compose.yml file for windows 10 home

旧巷老猫 提交于 2019-12-23 19:10:00
问题 Trying to set up docker so that when I change my project files on my windows machine they are updated in my docker container. From this question I learned that you should use the volumes setting in the docker-compose.yml file. But I still can't get it to work. I have tried to set the volumes to (+30 similar combinations): volumes: - x .:/home/app/angular-seed //c/Users/k/dev/angular-seed/:/home/app/angular-seed c/Users/k/dev/angular-seed:/home/app/angular-seed C:/User/k/dev/angular-seed I

Changing my project files doesn't change files inside the Docker machine

让人想犯罪 __ 提交于 2019-12-11 04:48:30
问题 I'm trying to use Docker to improve my workflow. I installed "Docker Toolbox for Windows" on my Windows 10 home edition (since Docker supposedly only work on professional). I'm using mgexhev's angular-seed which claim to provide full docker support. There is a docker-compose.yml file which links a ./.docker/angular-seed.development.dockerfile. After git cloning the seed project I can start it by running the commands given on the seed project's github page. So I can see the app after running: