docker-nativescript
docker-nativescript copied to clipboard
NativeScript in Docker
``` npm ERR! Linux 4.9.60-linuxkit-aufs npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "nativescript" "-g" "--unsafe-perm" npm ERR! node v0.12.4 npm ERR! npm v2.10.1 npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported...
When I perform the following step from the instructions: `docker build -t nativescript .`, then the script exits with the following: ``` Step 9 : RUN npm install nativescript -g...
tns create hello cd hello tns platform add android tns run android Support for node.js 0.12.4 is not verified. This CLI might not install or run properly. Do you want...
Excuse my ignorance on Docker, but after running `docker build -t nativescript .` I get ``` ---> Running in a7218635d5f3 ``` And the terminal just sits there. Is that expected?...
when I try to use this sample app it crashes as soon as the app is starts: http://blog.cendekiapp.com/2015/03/16/todo-apps-with-basic-crud-on-local-settings-with-nativescript-part-2/ I'll have to test it without docker to eliminate the possibility that...