Closed jankleinert closed 6 years ago
I can confirm this is happening to me as well. It may have something to do with file permissions as I tested on windows and I believe @jankleinert is using Mac OS. When using the oc rsync command, a user can set the --no-perms=true flag.
Yes, I'm on Mac OS
I was playing around with .9 today on Fedora 28 and the problem exists there as well with online pro.
@jankleinert @gshipley , thanks for reporting the issue :) I have question around it.
0644
?I am asking because we use tar
to copy the stuff while odo push
, if there's any permission issue, we need to update tar headers with proper permissions before sending.
I just did the odo wwgame
canonical deployment with odo 0.9 on a frsh RHPDS 3.10 cluster using my macOS and everything worked fine although yes, I got a lot of warnings and errors.
This is the canonical script I use:
# SETUP IS AT THE END OF SCRIPT
odo project create odo-demo
odo app create wwgame
git clone https://github.com/gshipley/Wild-West-Backend ww-backend
git clone https://github.com/gshipley/Wild-West-Frontend ww-frontend
cd backend
mvn clean package
odo catalog list
odo create wildfly backend --binary target/ROOT.war
odo push
odo log -f
odo url create
curl http://<URL>/createGame
cd ..
cd ww-frontend
odo create nodejs frontend
odo url create
# OPEN URL IN BROWSER
# Start vscode
odo watch
# Change backend url in backend/assets/game.js to reference the right URL
###############
### SETUP
###############
oc login <CLUSTER> # Login to the cluster
oc new-project odo-demo
oc annotate namespace/odo-demo openshift.io/node-selector="env=infra" --overwrite
oc adm policy add-role-to-user admin -z default -n odo-demo
oc create -f https://raw.githubusercontent.com/openshift/library/master/community/wildfly/imagestreams/wildfly-centos7.json -n openshift
This is the nodejs component log:
+ set -eo pipefail
+ '[' '!' -f /opt/app-root/etc/supervisord.conf ']'
+ exec /opt/app-root/supervisor/bin/supervisord --nodaemon --configuration /opt/app-root/etc/supervisord.conf
2018-08-13 10:16:54,039 INFO Included extra file "/opt/app-root/etc/supervisord.d/run.conf" during parsing
2018-08-13 10:16:54,039 INFO Included extra file "/opt/app-root/etc/supervisord.d/run.conf" during parsing
2018-08-13 10:16:54,079 INFO RPC interface 'supervisor' initialized
2018-08-13 10:16:54,079 INFO RPC interface 'supervisor' initialized
2018-08-13 10:16:54,079 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-08-13 10:16:54,079 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-08-13 10:16:54,079 INFO supervisord started with pid 1
2018-08-13 10:16:54,079 INFO supervisord started with pid 1
2018-08-13 10:16:55,082 INFO spawned: 'run' with pid 18
2018-08-13 10:16:55,082 INFO spawned: 'run' with pid 18
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm ERR! path /opt/app-root/src/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/opt/app-root/src/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /opt/app-root/src/.npm/_logs/2018-08-13T10_16_55_585Z-debug.log
2018-08-13 10:16:55,592 INFO exited: run (exit status 254; not expected)
2018-08-13 10:16:55,592 INFO exited: run (exit status 254; not expected)
2018-08-13 10:16:56,595 INFO spawned: 'run' with pid 34
2018-08-13 10:16:56,595 INFO spawned: 'run' with pid 34
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm ERR! path /opt/app-root/src/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/opt/app-root/src/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /opt/app-root/src/.npm/_logs/2018-08-13T10_16_57_137Z-debug.log
2018-08-13 10:16:57,146 INFO exited: run (exit status 254; not expected)
2018-08-13 10:16:57,146 INFO exited: run (exit status 254; not expected)
2018-08-13 10:16:59,149 INFO spawned: 'run' with pid 50
2018-08-13 10:16:59,149 INFO spawned: 'run' with pid 50
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm ERR! path /opt/app-root/src/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/opt/app-root/src/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /opt/app-root/src/.npm/_logs/2018-08-13T10_16_59_670Z-debug.log
2018-08-13 10:16:59,679 INFO exited: run (exit status 254; not expected)
2018-08-13 10:16:59,679 INFO exited: run (exit status 254; not expected)
2018-08-13 10:17:02,684 INFO spawned: 'run' with pid 66
2018-08-13 10:17:02,684 INFO spawned: 'run' with pid 66
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm ERR! path /opt/app-root/src/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/opt/app-root/src/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /opt/app-root/src/.npm/_logs/2018-08-13T10_17_03_180Z-debug.log
2018-08-13 10:17:03,236 INFO exited: run (exit status 254; not expected)
2018-08-13 10:17:03,236 INFO exited: run (exit status 254; not expected)
2018-08-13 10:17:04,237 INFO gave up: run entered FATAL state, too many start retries too quickly
2018-08-13 10:17:04,237 INFO gave up: run entered FATAL state, too many start retries too quickly
2018-08-13 10:23:12,523 INFO spawned: 'run' with pid 172
2018-08-13 10:23:12,523 INFO spawned: 'run' with pid 172
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm info lifecycle WildWildWest@1.0.0~prestart: WildWildWest@1.0.0
npm info lifecycle WildWildWest@1.0.0~start: WildWildWest@1.0.0
> WildWildWest@1.0.0 start /opt/app-root/src
> node server.js
Listening on 0.0.0.0, port 8080
2018-08-13 10:23:14,479 INFO success: run entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-08-13 10:23:14,479 INFO success: run entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-08-13 10:24:54,391 INFO waiting for run to stop
2018-08-13 10:24:54,391 INFO waiting for run to stop
2018-08-13 10:24:54,395 INFO stopped: run (terminated by SIGTERM)
2018-08-13 10:24:54,395 INFO stopped: run (terminated by SIGTERM)
2018-08-13 10:24:54,399 INFO spawned: 'run' with pid 283
2018-08-13 10:24:54,399 INFO spawned: 'run' with pid 283
Environment:
DEV_MODE=false
NODE_ENV=production
DEBUG_PORT=5858
Launching via npm...
npm info it worked if it ends with ok
npm info using npm@5.6.0
npm info using node@v8.9.4
npm info lifecycle WildWildWest@1.0.0~prestart: WildWildWest@1.0.0
npm info lifecycle WildWildWest@1.0.0~start: WildWildWest@1.0.0
> WildWildWest@1.0.0 start /opt/app-root/src
> node server.js
Listening on 0.0.0.0, port 8080
2018-08-13 10:24:56,338 INFO success: run entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-08-13 10:24:56,338 INFO success: run entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
And this is the odo push log for the nodejs component:
$ odo push
Pushing changes to component: frontend
my localpath is /Users/jmorales/repositories/jorgemoralespou/gshipley/frontend
Please wait, building component....
---> Installing application source ...
---> Installing all dependencies
npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=2.4.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 45 packages in 9.208s
---> Building in production mode
---> Pruning the development dependencies
up to date in 0.687s
/opt/app-root/src/.npm is not a mountpoint
---> Cleaning the npm cache /opt/app-root/src/.npm
/tmp is not a mountpoint
---> Cleaning the /tmp/npm-*
chgrp: changing group of './': Operation not permitted
chgrp: changing group of './server.js': Operation not permitted
chgrp: changing group of './.config': Operation not permitted
chgrp: changing group of './.config/configstore': Operation not permitted
chgrp: changing group of './.config/configstore/update-notifier-npm.json': Operation not permitted
chgrp: changing group of './playfield.png': Operation not permitted
chgrp: changing group of './phaser.js': Operation not permitted
chgrp: changing group of './.pki': Operation not permitted
chgrp: changing group of './.pki/nssdb': Operation not permitted
chgrp: changing group of './package-lock.json': Operation not permitted
chgrp: changing group of './package.json': Operation not permitted
chgrp: changing group of './.npm-global': Operation not permitted
chgrp: changing group of './.npm-global/etc': Operation not permitted
chgrp: changing group of './README.md': Operation not permitted
chgrp: changing group of './kwww-frontend.iml': Operation not permitted
chgrp: changing group of './assets': Operation not permitted
chgrp: changing group of './assets/openshiftlogo.png': Operation not permitted
chgrp: changing group of './assets/game.js': Operation not permitted
chgrp: changing group of './assets/pod.png': Operation not permitted
chgrp: changing group of './assets/service.png': Operation not permitted
chgrp: changing group of './assets/yeehaw.wav': Operation not permitted
chgrp: changing group of './assets/gunshot.wav': Operation not permitted
chgrp: changing group of './assets/buildConfig.png': Operation not permitted
chgrp: changing group of './assets/gunsight.png': Operation not permitted
chgrp: changing group of './assets/route.png': Operation not permitted
chgrp: changing group of './assets/styles.css': Operation not permitted
chgrp: changing group of './assets/sight.png': Operation not permitted
chgrp: changing group of './assets/deploy.png': Operation not permitted
chgrp: changing group of './assets/storage.png': Operation not permitted
chgrp: changing group of './assets/build.png': Operation not permitted
chgrp: changing group of './assets/gameplayfield.png': Operation not permitted
chgrp: changing group of './assets/explosion.wav': Operation not permitted
chgrp: changing group of './.gitignore': Operation not permitted
chgrp: changing group of './.git': Operation not permitted
chgrp: changing group of './.git/description': Operation not permitted
chgrp: changing group of './.git/info': Operation not permitted
chgrp: changing group of './.git/info/exclude': Operation not permitted
chgrp: changing group of './.git/logs': Operation not permitted
chgrp: changing group of './.git/logs/refs': Operation not permitted
chgrp: changing group of './.git/logs/refs/heads': Operation not permitted
chgrp: changing group of './.git/logs/refs/heads/master': Operation not permitted
chgrp: changing group of './.git/logs/refs/remotes': Operation not permitted
chgrp: changing group of './.git/logs/refs/remotes/origin': Operation not permitted
chgrp: changing group of './.git/logs/refs/remotes/origin/HEAD': Operation not permitted
chgrp: changing group of './.git/logs/HEAD': Operation not permitted
chgrp: changing group of './.git/packed-refs': Operation not permitted
chgrp: changing group of './.git/config': Operation not permitted
chgrp: changing group of './.git/refs': Operation not permitted
chgrp: changing group of './.git/refs/heads': Operation not permitted
chgrp: changing group of './.git/refs/heads/master': Operation not permitted
chgrp: changing group of './.git/refs/tags': Operation not permitted
chgrp: changing group of './.git/refs/remotes': Operation not permitted
chgrp: changing group of './.git/refs/remotes/origin': Operation not permitted
chgrp: changing group of './.git/refs/remotes/origin/HEAD': Operation not permitted
chgrp: changing group of './.git/HEAD': Operation not permitted
chgrp: changing group of './.git/objects': Operation not permitted
chgrp: changing group of './.git/objects/info': Operation not permitted
chgrp: changing group of './.git/objects/pack': Operation not permitted
chgrp: changing group of './.git/objects/pack/pack-d57f5f6e281dfe93190f96b15ad3998a7a0098c8.idx': Operation not permitted
chgrp: changing group of './.git/objects/pack/pack-d57f5f6e281dfe93190f96b15ad3998a7a0098c8.pack': Operation not permitted
chgrp: changing group of './.git/index': Operation not permitted
chgrp: changing group of './.git/hooks': Operation not permitted
chgrp: changing group of './.git/hooks/applypatch-msg.sample': Operation not permitted
chgrp: changing group of './.git/hooks/pre-commit.sample': Operation not permitted
chgrp: changing group of './.git/hooks/fsmonitor-watchman.sample': Operation not permitted
chgrp: changing group of './.git/hooks/prepare-commit-msg.sample': Operation not permitted
chgrp: changing group of './.git/hooks/pre-rebase.sample': Operation not permitted
chgrp: changing group of './.git/hooks/pre-applypatch.sample': Operation not permitted
chgrp: changing group of './.git/hooks/pre-push.sample': Operation not permitted
chgrp: changing group of './.git/hooks/pre-receive.sample': Operation not permitted
chgrp: changing group of './.git/hooks/update.sample': Operation not permitted
chgrp: changing group of './.git/hooks/post-update.sample': Operation not permitted
chgrp: changing group of './.git/hooks/commit-msg.sample': Operation not permitted
chgrp: changing group of './node_modules': Operation not permitted
chgrp: changing group of './node_modules/st': Operation not permitted
chgrp: changing group of './node_modules/st/bin': Operation not permitted
chgrp: changing group of './node_modules/st/bin/server.js': Operation not permitted
chgrp: changing group of './node_modules/st/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/st/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/st/package.json': Operation not permitted
chgrp: changing group of './node_modules/st/README.md': Operation not permitted
chgrp: changing group of './node_modules/st/st.js': Operation not permitted
chgrp: changing group of './node_modules/st/favicon.ico': Operation not permitted
chgrp: changing group of './node_modules/bl': Operation not permitted
chgrp: changing group of './node_modules/bl/test': Operation not permitted
chgrp: changing group of './node_modules/bl/test/test.js': Operation not permitted
chgrp: changing group of './node_modules/bl/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/bl/LICENSE.md': Operation not permitted
chgrp: changing group of './node_modules/bl/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/bl/bl.js': Operation not permitted
chgrp: changing group of './node_modules/bl/package.json': Operation not permitted
chgrp: changing group of './node_modules/bl/README.md': Operation not permitted
chgrp: changing group of './node_modules/string_decoder': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/lib': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/lib/string_decoder.js': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/package.json': Operation not permitted
chgrp: changing group of './node_modules/string_decoder/README.md': Operation not permitted
chgrp: changing group of './node_modules/ap': Operation not permitted
chgrp: changing group of './node_modules/ap/README.markdown': Operation not permitted
chgrp: changing group of './node_modules/ap/test': Operation not permitted
chgrp: changing group of './node_modules/ap/test/curry.js': Operation not permitted
chgrp: changing group of './node_modules/ap/index.js': Operation not permitted
chgrp: changing group of './node_modules/ap/examples': Operation not permitted
chgrp: changing group of './node_modules/ap/examples/z.js': Operation not permitted
chgrp: changing group of './node_modules/ap/package.json': Operation not permitted
chgrp: changing group of './node_modules/http-methods': Operation not permitted
chgrp: changing group of './node_modules/http-methods/method.js': Operation not permitted
chgrp: changing group of './node_modules/http-methods/test': Operation not permitted
chgrp: changing group of './node_modules/http-methods/test/integration.js': Operation not permitted
chgrp: changing group of './node_modules/http-methods/form.js': Operation not permitted
chgrp: changing group of './node_modules/http-methods/index.js': Operation not permitted
chgrp: changing group of './node_modules/http-methods/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/http-methods/testem.json': Operation not permitted
chgrp: changing group of './node_modules/http-methods/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/http-methods/package.json': Operation not permitted
chgrp: changing group of './node_modules/http-methods/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/http-methods/Makefile': Operation not permitted
chgrp: changing group of './node_modules/http-methods/README.md': Operation not permitted
chgrp: changing group of './node_modules/string-template': Operation not permitted
chgrp: changing group of './node_modules/string-template/Readme.md': Operation not permitted
chgrp: changing group of './node_modules/string-template/index.js': Operation not permitted
chgrp: changing group of './node_modules/string-template/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/string-template/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/string-template/package.json': Operation not permitted
chgrp: changing group of './node_modules/string-template/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/test': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/test/chain-class.js': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/index.js': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/package.json': Operation not permitted
chgrp: changing group of './node_modules/config-multipaas/README.md': Operation not permitted
chgrp: changing group of './node_modules/isarray': Operation not permitted
chgrp: changing group of './node_modules/isarray/index.js': Operation not permitted
chgrp: changing group of './node_modules/isarray/test.js': Operation not permitted
chgrp: changing group of './node_modules/isarray/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/isarray/package.json': Operation not permitted
chgrp: changing group of './node_modules/isarray/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/isarray/Makefile': Operation not permitted
chgrp: changing group of './node_modules/isarray/README.md': Operation not permitted
chgrp: changing group of './node_modules/isarray/component.json': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/graceful-fs.js': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/fs.js': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/package.json': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/README.md': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/legacy-streams.js': Operation not permitted
chgrp: changing group of './node_modules/graceful-fs/polyfills.js': Operation not permitted
chgrp: changing group of './node_modules/body': Operation not permitted
chgrp: changing group of './node_modules/body/test': Operation not permitted
chgrp: changing group of './node_modules/body/test/integration.js': Operation not permitted
chgrp: changing group of './node_modules/body/index.js': Operation not permitted
chgrp: changing group of './node_modules/body/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/body/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/body/package.json': Operation not permitted
chgrp: changing group of './node_modules/body/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/body/README.md': Operation not permitted
chgrp: changing group of './node_modules/lru-cache': Operation not permitted
chgrp: changing group of './node_modules/lru-cache/index.js': Operation not permitted
chgrp: changing group of './node_modules/lru-cache/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/lru-cache/package.json': Operation not permitted
chgrp: changing group of './node_modules/lru-cache/README.md': Operation not permitted
chgrp: changing group of './node_modules/.bin': Operation not permitted
chgrp: changing group of './node_modules/.bin/st': Operation not permitted
chgrp: changing group of './node_modules/.bin/mime': Operation not permitted
chgrp: changing group of './node_modules/xtend': Operation not permitted
chgrp: changing group of './node_modules/xtend/index.js': Operation not permitted
chgrp: changing group of './node_modules/xtend/test.js': Operation not permitted
chgrp: changing group of './node_modules/xtend/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/xtend/mutable.js': Operation not permitted
chgrp: changing group of './node_modules/xtend/package.json': Operation not permitted
chgrp: changing group of './node_modules/xtend/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/xtend/Makefile': Operation not permitted
chgrp: changing group of './node_modules/xtend/README.md': Operation not permitted
chgrp: changing group of './node_modules/xtend/has-keys.js': Operation not permitted
chgrp: changing group of './node_modules/proto-list': Operation not permitted
chgrp: changing group of './node_modules/proto-list/test': Operation not permitted
chgrp: changing group of './node_modules/proto-list/test/basic.js': Operation not permitted
chgrp: changing group of './node_modules/proto-list/proto-list.js': Operation not permitted
chgrp: changing group of './node_modules/proto-list/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/proto-list/package.json': Operation not permitted
chgrp: changing group of './node_modules/proto-list/README.md': Operation not permitted
chgrp: changing group of './node_modules/httperr': Operation not permitted
chgrp: changing group of './node_modules/httperr/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/httperr/UNLICENSE': Operation not permitted
chgrp: changing group of './node_modules/httperr/index.js': Operation not permitted
chgrp: changing group of './node_modules/httperr/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/httperr/spec': Operation not permitted
chgrp: changing group of './node_modules/httperr/spec/utils.spec.js': Operation not permitted
chgrp: changing group of './node_modules/httperr/spec/createHttpError.spec.js': Operation not permitted
chgrp: changing group of './node_modules/httperr/spec/HttpError.spec.js': Operation not permitted
chgrp: changing group of './node_modules/httperr/package.json': Operation not permitted
chgrp: changing group of './node_modules/httperr/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/httperr/Makefile': Operation not permitted
chgrp: changing group of './node_modules/httperr/README.md': Operation not permitted
chgrp: changing group of './node_modules/routes': Operation not permitted
chgrp: changing group of './node_modules/routes/test': Operation not permitted
chgrp: changing group of './node_modules/routes/test/test.js': Operation not permitted
chgrp: changing group of './node_modules/routes/test/next.js': Operation not permitted
chgrp: changing group of './node_modules/routes/test/example.js': Operation not permitted
chgrp: changing group of './node_modules/routes/index.js': Operation not permitted
chgrp: changing group of './node_modules/routes/dist': Operation not permitted
chgrp: changing group of './node_modules/routes/dist/routes.js': Operation not permitted
chgrp: changing group of './node_modules/routes/package.json': Operation not permitted
chgrp: changing group of './node_modules/routes/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/routes/Makefile': Operation not permitted
chgrp: changing group of './node_modules/routes/README.md': Operation not permitted
chgrp: changing group of './node_modules/jquery': Operation not permitted
chgrp: changing group of './node_modules/jquery/AUTHORS.txt': Operation not permitted
chgrp: changing group of './node_modules/jquery/bower.json': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.slim.min.map': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.slim.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.slim.min.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.min.map': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/core.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.min.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/dist/jquery.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/LICENSE.txt': Operation not permitted
chgrp: changing group of './node_modules/jquery/external': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle/dist': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle/dist/sizzle.min.map': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle/dist/sizzle.min.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle/dist/sizzle.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/external/sizzle/LICENSE.txt': Operation not permitted
chgrp: changing group of './node_modules/jquery/package.json': Operation not permitted
chgrp: changing group of './node_modules/jquery/src': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/load.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/var/location.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/var/rquery.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/var/nonce.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/parseXML.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/xhr.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/script.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax/jsonp.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/hiddenVisibleSelectors.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/adjustCSS.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/rnumnonpx.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/cssExpand.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/rboxStyle.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/swap.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/isHiddenWithinTree.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/var/getStyles.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/addGetHookIf.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/showHide.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css/curCSS.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/exports': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/exports/global.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/exports/amd.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/queue': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/queue/delay.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/selector.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/queue.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/dimensions.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/offset.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/parseHTML.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/ready.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/camelCase.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/var/rsingleTag.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/DOMEval.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/stripAndCollapse.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/readyException.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/init.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/nodeName.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/ready-no-deferred.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/toType.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core/access.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/css.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/selector-sizzle.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/serialize.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event/trigger.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event/ajax.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event/focusin.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event/alias.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/.eslintrc.json': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/arr.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/push.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/class2type.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/slice.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/documentElement.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/document.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/toString.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/indexOf.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/rcssNum.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/rnothtmlwhite.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/isWindow.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/fnToString.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/hasOwn.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/ObjectFunctionString.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/getProto.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/pnum.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/concat.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/var/isFunction.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/setGlobalEval.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/var/rscriptType.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/var/rcheckableType.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/var/rtagName.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/_evalUrl.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/getAll.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/buildFragment.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation/wrapMap.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/wrap.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/selector-native.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/effects.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes/classes.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes/prop.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes/support.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes/attr.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes/val.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/ajax.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/callbacks.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/deprecated.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/core.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing/findFilter.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing/var/rneedsContext.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing/var/siblings.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/traversing/var/dir.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/deferred': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/deferred/exceptionHook.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/effects': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/effects/animatedSelector.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/effects/Tween.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/deferred.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data/var': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data/var/dataUser.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data/var/dataPriv.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data/var/acceptData.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/data/Data.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/event.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/jquery.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/manipulation.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/src/attributes.js': Operation not permitted
chgrp: changing group of './node_modules/jquery/README.md': Operation not permitted
chgrp: changing group of './node_modules/readable-stream': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/duplex-browser.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/writable-browser.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/doc': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/doc/wg-meetings': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/doc/wg-meetings/2015-01-30.md': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/_stream_transform.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/_stream_readable.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/_stream_writable.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/_stream_duplex.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/_stream_passthrough.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal/streams': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal/streams/BufferList.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal/streams/stream-browser.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal/streams/stream.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/lib/internal/streams/destroy.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/passthrough.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/transform.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/readable.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/readable-browser.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/package.json': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/writable.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/README.md': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/duplex.js': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/GOVERNANCE.md': Operation not permitted
chgrp: changing group of './node_modules/readable-stream/CONTRIBUTING.md': Operation not permitted
chgrp: changing group of './node_modules/iterators': Operation not permitted
chgrp: changing group of './node_modules/iterators/test': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/index.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/some.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/reduceRight.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/filter.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/reduce.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/forEach.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/every.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/async/map.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/some.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/reduceRight.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/filter.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/reduce.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/forEach.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/every.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/test/sync/map.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/index.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/iterators/testem.json': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/some.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/reduceRight.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/filter.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/reduce.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/forEach.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/every.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/async/map.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/some.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/reduceRight.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/filter.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/reduce.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/forEach.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/every.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/lib/sync/map.js': Operation not permitted
chgrp: changing group of './node_modules/iterators/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/iterators/package.json': Operation not permitted
chgrp: changing group of './node_modules/iterators/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/iterators/Makefile': Operation not permitted
chgrp: changing group of './node_modules/iterators/README.md': Operation not permitted
chgrp: changing group of './node_modules/object-keys': Operation not permitted
chgrp: changing group of './node_modules/object-keys/test': Operation not permitted
chgrp: changing group of './node_modules/object-keys/test/shim.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/test/index.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/test/isArguments.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/test/foreach.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/shim.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/index.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/object-keys/isArguments.js': Operation not permitted
chgrp: changing group of './node_modules/object-keys/package.json': Operation not permitted
chgrp: changing group of './node_modules/object-keys/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/object-keys/README.md': Operation not permitted
chgrp: changing group of './node_modules/object-keys/foreach.js': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer/index.js': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer/package.json': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer/index.d.ts': Operation not permitted
chgrp: changing group of './node_modules/safe-buffer/README.md': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/test': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/test/mocha.opts': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/test/stringify_test.js': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/CHANGELOG.md': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/stringify.js': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/package.json': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/Makefile': Operation not permitted
chgrp: changing group of './node_modules/json-stringify-safe/README.md': Operation not permitted
chgrp: changing group of './node_modules/cookies': Operation not permitted
chgrp: changing group of './node_modules/cookies/test': Operation not permitted
chgrp: changing group of './node_modules/cookies/test/http.js': Operation not permitted
chgrp: changing group of './node_modules/cookies/test/restify.js': Operation not permitted
chgrp: changing group of './node_modules/cookies/test/express.js': Operation not permitted
chgrp: changing group of './node_modules/cookies/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/cookies/lib': Operation not permitted
chgrp: changing group of './node_modules/cookies/lib/cookies.js': Operation not permitted
chgrp: changing group of './node_modules/cookies/LICENSE.txt': Operation not permitted
chgrp: changing group of './node_modules/cookies/package.json': Operation not permitted
chgrp: changing group of './node_modules/cookies/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/cookies/README.md': Operation not permitted
chgrp: changing group of './node_modules/inherits': Operation not permitted
chgrp: changing group of './node_modules/inherits/inherits.js': Operation not permitted
chgrp: changing group of './node_modules/inherits/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/inherits/package.json': Operation not permitted
chgrp: changing group of './node_modules/inherits/README.md': Operation not permitted
chgrp: changing group of './node_modules/inherits/inherits_browser.js': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/node.js': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/browser.js': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/package.json': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/History.md': Operation not permitted
chgrp: changing group of './node_modules/util-deprecate/README.md': Operation not permitted
chgrp: changing group of './node_modules/mime': Operation not permitted
chgrp: changing group of './node_modules/mime/mime.js': Operation not permitted
chgrp: changing group of './node_modules/mime/build': Operation not permitted
chgrp: changing group of './node_modules/mime/build/test.js': Operation not permitted
chgrp: changing group of './node_modules/mime/build/build.js': Operation not permitted
chgrp: changing group of './node_modules/mime/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/mime/package.json': Operation not permitted
chgrp: changing group of './node_modules/mime/cli.js': Operation not permitted
chgrp: changing group of './node_modules/mime/README.md': Operation not permitted
chgrp: changing group of './node_modules/mime/types.json': Operation not permitted
chgrp: changing group of './node_modules/config-chain': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/chain-class.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/get.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/broken.json': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/broken.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/save.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/ini.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/find-file.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/env.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/test/ignore-unfound-file.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/index.js': Operation not permitted
chgrp: changing group of './node_modules/config-chain/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/config-chain/readme.markdown': Operation not permitted
chgrp: changing group of './node_modules/config-chain/package.json': Operation not permitted
chgrp: changing group of './node_modules/config-chain/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/content-types': Operation not permitted
chgrp: changing group of './node_modules/content-types/test': Operation not permitted
chgrp: changing group of './node_modules/content-types/test/integration.js': Operation not permitted
chgrp: changing group of './node_modules/content-types/index.js': Operation not permitted
chgrp: changing group of './node_modules/content-types/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/content-types/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/content-types/package.json': Operation not permitted
chgrp: changing group of './node_modules/content-types/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/content-types/README.md': Operation not permitted
chgrp: changing group of './node_modules/process-nextick-args': Operation not permitted
chgrp: changing group of './node_modules/process-nextick-args/license.md': Operation not permitted
chgrp: changing group of './node_modules/process-nextick-args/index.js': Operation not permitted
chgrp: changing group of './node_modules/process-nextick-args/readme.md': Operation not permitted
chgrp: changing group of './node_modules/process-nextick-args/package.json': Operation not permitted
chgrp: changing group of './node_modules/lodash': Operation not permitted
chgrp: changing group of './node_modules/lodash/lodash.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.underscore.min.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.underscore.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.compat.min.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.min.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/dist/lodash.compat.js': Operation not permitted
chgrp: changing group of './node_modules/lodash/LICENSE.txt': Operation not permitted
chgrp: changing group of './node_modules/lodash/package.json': Operation not permitted
chgrp: changing group of './node_modules/lodash/README.md': Operation not permitted
chgrp: changing group of './node_modules/phaser': Operation not permitted
chgrp: changing group of './node_modules/phaser/CODE_OF_CONDUCT.md': Operation not permitted
chgrp: changing group of './node_modules/phaser/CHANGELOG.md': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Plasma.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Marble.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/LightBeam.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Fire.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Gray.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/HueRotate.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/LazerBeam.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/BlurX.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/BlurY.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Pixelate.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/BinarySerpents.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/TiltShiftYFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/NoiseFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/RGBSplitFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/NormalMapFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/ColorMatrixFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/SepiaFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/SmartBlurFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/DisplacementFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/BlurYFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/ColorStepFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/ConvolutionFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/AsciiFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/PixelateFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/BlurFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/TiltShiftXFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/InvertFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/TwistFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/TiltShiftFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/AlphaMaskFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/BlurXFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/GrayFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/CrossHatchFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/pixi/DotScreenFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/CheckerWave.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/CausticLight.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/SampleFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/Tunnel.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/filters/ColorBars.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Canvas.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLShaderManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_BitmapText.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Stage.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.GearConstraint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/global.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Graphics.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Gamepad.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_DistanceConstraint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Particles.Arcade.Emitter.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Line.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_FlexGrid.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Mouse.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Plugin.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Crop.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_canvas_CanvasRenderer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.BitmapText.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.PointerMode.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_InputEnabled.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.ArrayUtils.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Hermite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Quintic.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Text.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_ninja_Tile.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_canvas_utils_CanvasTinter.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Camera.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasGraphics.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_time_TimerEvent.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Arcade.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_TilemapLayer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.World.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Key.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_ninja_AABB.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Cubic.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.FilterTexture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasRenderer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_canvas_utils_CanvasBuffer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.FlexLayer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_extras_Rope.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Overlap.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TilemapParser.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_extras_Strip.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_Phaser.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_utils_CanvasPool.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.StateManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.StripShader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_RotationalSpring.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.DOM.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.AnimationManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.PathFollower.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Input.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_TileSprite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.InCamera.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Image.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Image.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.PIXI.DisplayObject.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_PluginManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.InversePointProxy.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_sound_Sound.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Signal.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Path.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_display_DisplayObject.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tween_Easing.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_ArrayUtils.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_Color.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.PluginManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_FilterTexture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.RenderTexture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Line.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Events.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Touch.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_Material.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/darkstrap.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/sunlight.dark.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/site.cerulean.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/default.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/sunlight.default.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/styles/prettify-tomorrow.css': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Tilemap.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.BringToTop.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_extras_TilingSprite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.TilingSprite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLFilterManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_canvas_utils_CanvasMaskManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Loader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.RoundedRectangle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_arcade_TilemapCollision.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/namespaces.list.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_shaders_PixiShader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.AbstractFilter.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Particle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.RandomDataGenerator.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_ScaleMinMax.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_shaders_PrimitiveShader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_textures_BaseTexture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Graphics.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Core.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_State.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Bounds.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.FrameData.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.SinglePad.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Texture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Circle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_ImageCollection.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Crop.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tween_TweenManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.InputHandler.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_animation_Frame.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/pixi-jsdoc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TilemapLayer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_LoadTexture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_RequestAnimationFrame.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_display_DisplayObjectContainer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_path_EventTarget.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.WebGLRenderer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.LoadTexture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Animation.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_AutoCull.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_path_Path.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Net.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Keyboard.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.PointProxy.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_DOM.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.WebGLFilterManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_BitmapData.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_Utils.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.GameObjectFactory.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.SoundManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Point.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_particles_Particles.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_utils_Utils.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_display_Sprite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Text.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Events.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Circular.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Graphics.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Circle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_LifeSpan.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Cache.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.ComplexPrimitiveShader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.PixiFastShader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.AutoCull.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Destroy.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Ellipse.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tween_Tween.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.Material.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Pointer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Utils.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Signal.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Mouse.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Ninja.Circle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Sprite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Polygon.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_primitives_Graphics.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TileSprite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_path_PathManagerPlugin.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_InputHandler.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Arcade.Body.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLBlendModeManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_Tileset.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_Tile.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Tile.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.PrismaticConstraint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.SpriteBatch.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.AnimationParser.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_textures_Texture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Gamepad.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_Physics.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TweenManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLGraphics.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_weapon_WeaponPlugin.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Rope.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.PixiShader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_Canvas.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.EarCut.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_GameObjectCreator.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Weapon.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Math.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Tileset.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_animation_Animation.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_weapon_Bullet.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Creature.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_GameObjectFactory.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_RoundedRectangle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_display_SpriteBatch.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_StateManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_particles_arcade_ArcadeParticles.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Exponential.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_FlexLayer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_Pixi.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.AudioSprite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Rectangle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Creature.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Arcade.TilemapCollision.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Hermite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.FlexGrid.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Animation.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Event.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TimerEvent.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Animation.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_SpriteBatch.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Matrix.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_loader_Cache.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Time.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_canvas_CanvasGraphics.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.PrimitiveShader.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Rope.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_LockConstraint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasPool.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.TweenData.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Polygon.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Linear.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_utils_EarCut.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Keyboard.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_World.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.FixtureList.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_CollisionGroup.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Filter.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.CollisionGroup.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_InCamera.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_PhysicsBody.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Core.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.EventTarget.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Sinusoidal.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.PIXI.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/img': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/img/glyphicons-halflings.png': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/img/glyphicons-halflings-white.png': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/img/phaser.png': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Ninja.Tile.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.BaseTexture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_WebGLRenderer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_shaders_ComplexPrimitiveShader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Particle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Video.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_primitives_GraphicsData.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Button.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Bullet.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.RevoluteConstraint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasMaskManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.ArraySet.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Ninja.Body.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_ninja_Body.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLFastSpriteBatch.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Event.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_LinkedList.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_math_Math.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_net_Net.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.ScaleMinMax.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tween_TweenData.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Component.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.BitmapData.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Ninja.AABB.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_time_Timer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_Spring.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_RevoluteConstraint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Create.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.LinkedList.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_BringToTop.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_animation_AnimationParser.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_Debug.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_MSPointer.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Angle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.MSPointer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_ContactMaterial.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasTinter.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Filter.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.LifeSpan.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.Body.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_path_PathFollower.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_loader_Loader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.CanvasBuffer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Stage.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_RetroFont.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.ImageCollection.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Elastic.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_DeviceButton.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.KeyCode.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Touch.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.RotationalSpring.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.GameObjectCreator.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_TilemapParser.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Smoothed.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.DistanceConstraint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.PathPoint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Destroy.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_FixtureList.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_animation_AnimationManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_Button.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_ScaleManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Quadratic.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_tilemap_Tilemap.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.ContactMaterial.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_SignalBinding.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_animation_FrameData.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/sunlight-plugin.menu.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/jquery.localScroll.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/URI.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/bootstrap-tab.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/sunlight.javascript.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/toc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/prettify': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/prettify/Apache-License-2.0.txt': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/prettify/lang-css.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/prettify/prettify.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/prettify/jquery.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/jquery.scrollTo.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/bootstrap-dropdown.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/sunlight-plugin.doclinks.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/sunlight-plugin.linenumbers.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/jquery.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/jquery.sunlight.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/scripts/sunlight.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.DisplayObjectContainer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Reset.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_time_Time.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.InWorld.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_loader_LoaderParser.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Matrix.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Game.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Frame.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.State.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_SinglePad.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Pointer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_filters_AbstractFilter.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Angle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Delta.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Point.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Game.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Quartic.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Health.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Rope.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Tween.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLShaderUtils.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.InputEnabled.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.BodyDebug.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_arcade_Body.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Camera.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Particles.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.SpriteBatch.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Bounce.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_FixedToCamera.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Health.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Reset.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Key.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Bounds.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/docs_pixi-jsdoc.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.SignalBinding.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_shaders_StripShader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/classes.list.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_sound_AudioSprite.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLMaskManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_InWorld.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_BodyDebug.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_utils_EventTarget.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/EventTarget.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLStencilManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Particles.Arcade.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_textures_RenderTexture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.RequestAnimationFrame.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.LoaderParser.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_math_RandomDataGenerator.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.GraphicsData.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.QuadTree.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_utils_WebGLSpriteBatch.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Timer.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_InversePointProxy.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_RenderTexture.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.PhysicsBody.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_World.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_geom_Ellipse.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.LockConstraint.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_ninja_World.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_ninja_Circle.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Group.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_input_Input.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Strip.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_math_QuadTree.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Group.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/index.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_ArraySet.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Smoothed.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Plugin.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.RetroFont.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_core_Create.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.WebGLFastSpriteBatch.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_particles_arcade_Emitter.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.Delta.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_PrismaticConstraint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.Back.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Sprite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Component.FixedToCamera.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.WebGLBlendModeManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_Body.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_plugins_path_PathPoint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_gameobjects_components_Overlap.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.Ninja.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.DeviceButton.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Plugin.PathManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Sound.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Easing.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_utils_Device.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_pixi_renderers_webgl_shaders_PixiFastShader.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_PointProxy.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Rectangle.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Video.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.Sprite.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/PIXI.RenderTexture.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.ScaleManager.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_p2_GearConstraint.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Color.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Physics.P2.Spring.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_sound_SoundManager.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Device.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/Phaser.Utils.Debug.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/docs/src_physics_arcade_World.js.html': Operation not permitted
chgrp: changing group of './node_modules/phaser/bower.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/phaser-creature.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/creature.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/pixi.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/p2.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/pixi.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/intro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/flexgrid.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/tweens.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixi-main.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/bitmaptext.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/tilesprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/components.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/graphics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixi-outro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/p2.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/rendertexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixidefs.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/time.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/gamepad.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixi-tilesprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/weapon.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/create.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/phaser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/text.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/debug.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/math.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/rope.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/video.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixi-rope.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/net.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/pixi-intro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/gameobjects.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/bitmapdata.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/input.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/keyboard.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/arcadeTilemaps.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/retrofont.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/physics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/sound.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/particles.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/core.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/utils.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/outro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/system.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/scale.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/tilemaps.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/animation.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/color.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/geom.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/dom.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/loader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/modules/arcade.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/phaser-creature.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/p2.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/phaser-creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/p2.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/creature.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/dist/pixi.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser-creature.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/creature.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/pixi.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/p2.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/pixi.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser-creature.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/p2.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/config.php': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser-creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-arcade-physics.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-minimum.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/pixi.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/p2.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/pixi.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-split.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-no-physics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-minimum.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-no-physics.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-no-physics.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/p2.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-minimum.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-split.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-arcade-physics.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-split.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/p2.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/pixi.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/custom/phaser-arcade-physics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/p2.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/creature.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/pixi.map': Operation not permitted
chgrp: changing group of './node_modules/phaser/build/phaser.min.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/package.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/box2d.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/phaser.comments.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/pixi.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/readme.md': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/typings.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/phaser_box2d.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/tslint.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/pixi.comments.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/phaser.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/typescript/p2.d.ts': Operation not permitted
chgrp: changing group of './node_modules/phaser/Gruntfile.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/particles': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/particles/arcade': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/particles/arcade/Emitter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/particles/arcade/ArcadeParticles.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/particles/Particles.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/Outro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/loader': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/loader/LoaderParser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/loader/Cache.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/loader/Loader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Mouse.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Key.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/MSPointer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/InputHandler.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Gamepad.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Keyboard.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/DeviceButton.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Input.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/SinglePad.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Pointer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/input/Touch.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/PixiDefaults.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/math': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/math/RandomDataGenerator.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/math/Math.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/math/QuadTree.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/AnimationManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/Animation.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/FrameData.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/Frame.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/creature': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/creature/gl-matrix.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/creature/CreatureMeshBone.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/animation/AnimationParser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/BitmapText.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Particle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/GameObjectFactory.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Destroy.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/PhysicsBody.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Health.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/BringToTop.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Animation.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/ScaleMinMax.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/AutoCull.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/LoadTexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Reset.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Overlap.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Smoothed.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Bounds.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Core.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/InWorld.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Component.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/InputEnabled.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Crop.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/LifeSpan.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/InCamera.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/FixedToCamera.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Delta.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Events.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/components/Angle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Image.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Graphics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Button.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Video.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/TileSprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Sprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/GameObjectCreator.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/RetroFont.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Text.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Rope.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/Creature.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/RenderTexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/SpriteBatch.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/gameobjects/BitmapData.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/SignalBinding.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Group.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Game.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Camera.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Create.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/FlexGrid.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/PluginManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/ScaleManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Signal.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/World.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/FlexLayer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Plugin.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/State.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Filter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/Stage.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/core/StateManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/net': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/net/Net.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/Phaser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/Tile.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/Tilemap.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/TilemapLayer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/ImageCollection.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/TilemapParser.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tilemap/Tileset.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/weapon': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/weapon/Bullet.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/weapon/WeaponPlugin.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path/Path.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path/PathFollower.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path/PathPoint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path/PathManagerPlugin.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/plugins/path/EventTarget.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/Intro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/Outro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/display': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/display/Sprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/display/SpriteBatch.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/display/DisplayObjectContainer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/display/DisplayObject.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/filters': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/filters/AbstractFilter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/CanvasRenderer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/CanvasGraphics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/utils': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/utils/CanvasMaskManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/utils/CanvasTinter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/canvas/utils/CanvasBuffer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/WebGLRenderer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders/PixiShader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders/PrimitiveShader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders/PixiFastShader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/shaders/StripShader.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLFastSpriteBatch.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLGraphics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/FilterTexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLFilterManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLShaderManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLSpriteBatch.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLBlendModeManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLShaderUtils.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLMaskManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/renderers/webgl/utils/WebGLStencilManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/extras': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/extras/TilingSprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/extras/Rope.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/extras/Strip.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/Intro.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/primitives': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/primitives/Graphics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/primitives/GraphicsData.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/utils': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/utils/Utils.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/utils/CanvasPool.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/utils/EventTarget.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/utils/EarCut.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/Pixi.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/textures': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/textures/RenderTexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/textures/Texture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/pixi/textures/BaseTexture.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/time': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/time/Timer.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/time/Time.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/time/TimerEvent.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/arcade': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/arcade/TilemapCollision.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/arcade/Body.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/arcade/World.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja/Tile.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja/AABB.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja/Circle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja/Body.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/ninja/World.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/BodyDebug.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/p2.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/PrismaticConstraint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/Material.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/ContactMaterial.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/GearConstraint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/DistanceConstraint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/CollisionGroup.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/PointProxy.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/Body.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/Spring.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/World.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/LockConstraint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/RotationalSpring.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/RevoluteConstraint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/FixtureList.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/p2/InversePointProxy.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/physics/Physics.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/sound': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/sound/SoundManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/sound/Sound.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/sound/AudioSprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/Canvas.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/Utils.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/ArrayUtils.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/LinkedList.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/Device.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/ArraySet.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/Color.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/Debug.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/DOM.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/utils/RequestAnimationFrame.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tween': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tween/Easing.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tween/TweenManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tween/TweenData.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/tween/Tween.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/polyfills.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Matrix.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/RoundedRectangle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Circle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Rectangle.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Point.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Polygon.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Hermite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Line.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/geom/Ellipse.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/SoundManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/Create.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/TweenManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/TileSprite.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/ScaleManager.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/Net.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/Color.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/Debug.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/src/stubs/DOM.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/README.md': Operation not permitted
chgrp: changing group of './node_modules/phaser/phaser-logo-small.png': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/banner.txt': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/eslint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/uglify.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/copy.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/clean.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/replace.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/buildtsdoc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/jshint.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/connect.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/jsdoc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/concat.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/options/gitclone.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-conf.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdocexportjson-conf.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/buildtsdoc-debug.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/buildtsdoc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/sourceproxy.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/namealias.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/p2completeclass.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/proptomember.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/filterpixi.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/jsdoc-plugins/shortlinks.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/tweens.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.p2.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/scale.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/dom.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/bitmapdata.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixi-outro.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/text.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/geom.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/time.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/tilesprite.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/video.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/keyboard.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/debug.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/tilesprite.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixi-rope.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixi-intro.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixidefs.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixi-main.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/components.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/phaser.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/loader.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/system.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.arcade.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/rope.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/utils.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/tilemaps.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/math.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/tweens.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/sound.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/create.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/bitmaptext.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/rendertexture.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/creature.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/particles.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/animation.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/creature-global.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/net.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/core.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/p2.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/outro.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/flexgrid.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/retrofont.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/graphics.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/gameobjects.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/intro.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/scale.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/input.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/debug.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.arcade.weapon.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/pixi-tilesprite.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/color.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.arcade.tilemaps.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/particles.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/gamepad.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/physics.ninja.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/create.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/sound.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/dom.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/net.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/manifests/color.stub.json': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/pixidoc.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/yuidoc-to-jsdoc': Operation not permitted
chgrp: changing group of './node_modules/phaser/tasks/yuidoc-to-jsdoc/converter.js': Operation not permitted
chgrp: changing group of './node_modules/phaser/license.txt': Operation not permitted
chgrp: changing group of './node_modules/negotiator': Operation not permitted
chgrp: changing group of './node_modules/negotiator/index.js': Operation not permitted
chgrp: changing group of './node_modules/negotiator/lib': Operation not permitted
chgrp: changing group of './node_modules/negotiator/lib/mediaType.js': Operation not permitted
chgrp: changing group of './node_modules/negotiator/lib/encoding.js': Operation not permitted
chgrp: changing group of './node_modules/negotiator/lib/language.js': Operation not permitted
chgrp: changing group of './node_modules/negotiator/lib/charset.js': Operation not permitted
chgrp: changing group of './node_modules/negotiator/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/negotiator/package.json': Operation not permitted
chgrp: changing group of './node_modules/negotiator/README.md': Operation not permitted
chgrp: changing group of './node_modules/negotiator/HISTORY.md': Operation not permitted
chgrp: changing group of './node_modules/async-cache': Operation not permitted
chgrp: changing group of './node_modules/async-cache/ac.js': Operation not permitted
chgrp: changing group of './node_modules/async-cache/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/async-cache/package.json': Operation not permitted
chgrp: changing group of './node_modules/async-cache/README.md': Operation not permitted
chgrp: changing group of './node_modules/ini': Operation not permitted
chgrp: changing group of './node_modules/ini/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/ini/package.json': Operation not permitted
chgrp: changing group of './node_modules/ini/README.md': Operation not permitted
chgrp: changing group of './node_modules/ini/ini.js': Operation not permitted
chgrp: changing group of './node_modules/core-util-is': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/test.js': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/float.patch': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/lib': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/lib/util.js': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/package.json': Operation not permitted
chgrp: changing group of './node_modules/core-util-is/README.md': Operation not permitted
chgrp: changing group of './node_modules/error': Operation not permitted
chgrp: changing group of './node_modules/error/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/error/test.js': Operation not permitted
chgrp: changing group of './node_modules/error/validation.js': Operation not permitted
chgrp: changing group of './node_modules/error/package.json': Operation not permitted
chgrp: changing group of './node_modules/error/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/error/typed.js': Operation not permitted
chgrp: changing group of './node_modules/error/README.md': Operation not permitted
chgrp: changing group of './node_modules/error/docs.mli': Operation not permitted
chgrp: changing group of './node_modules/error/option.js': Operation not permitted
chgrp: changing group of './node_modules/send-data': Operation not permitted
chgrp: changing group of './node_modules/send-data/json.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/test': Operation not permitted
chgrp: changing group of './node_modules/send-data/test/index.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/test/error-handler.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/test/integration.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/html.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/is-send-object.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/index.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/CHANGELOG.md': Operation not permitted
chgrp: changing group of './node_modules/send-data/plain.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/javascript.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/send-data/css.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/send-data/error.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/package.json': Operation not permitted
chgrp: changing group of './node_modules/send-data/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/send-data/README.md': Operation not permitted
chgrp: changing group of './node_modules/send-data/docs.mli': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/test.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/immutable.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/mutable.js': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/package.json': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/Makefile': Operation not permitted
chgrp: changing group of './node_modules/send-data/node_modules/xtend/README.md': Operation not permitted
chgrp: changing group of './node_modules/routes-router': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/duplicate-add-route.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/index.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/domains.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/simple-routes.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/child.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/unit.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/child-routes.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/prefix-tests.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/test/default-handler-errors.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/routes-router/index.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/routes-router/domain.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/routes-router/package.json': Operation not permitted
chgrp: changing group of './node_modules/routes-router/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/routes-router/README.md': Operation not permitted
chgrp: changing group of './node_modules/routes-router/docs.mli': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/json.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/test': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/test/integration.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/html.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/is-send-object.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/index.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/CHANGELOG.md': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/plain.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/javascript.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/css.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/error.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/package.json': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/README.md': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/docs.mli': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/index.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/test.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/LICENCE': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/mutable.js': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/package.json': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/Makefile': Operation not permitted
chgrp: changing group of './node_modules/routes-router/node_modules/send-data/node_modules/xtend/README.md': Operation not permitted
chgrp: changing group of './node_modules/routes-router/.jshintignore': Operation not permitted
chgrp: changing group of './node_modules/routes-router/.testem.json': Operation not permitted
chgrp: changing group of './node_modules/routes-router/default-handler.js': Operation not permitted
chgrp: changing group of './node_modules/hammock': Operation not permitted
chgrp: changing group of './node_modules/hammock/index.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/lib': Operation not permitted
chgrp: changing group of './node_modules/hammock/lib/request.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/lib/response.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/request.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/response.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/tests': Operation not permitted
chgrp: changing group of './node_modules/hammock/tests/req.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/tests/post.js': Operation not permitted
chgrp: changing group of './node_modules/hammock/package.json': Operation not permitted
chgrp: changing group of './node_modules/hammock/.npmignore': Operation not permitted
chgrp: changing group of './node_modules/hammock/README.md': Operation not permitted
chgrp: changing group of './node_modules/cloud-env': Operation not permitted
chgrp: changing group of './node_modules/cloud-env/index.js': Operation not permitted
chgrp: changing group of './node_modules/cloud-env/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/cloud-env/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/cloud-env/package.json': Operation not permitted
chgrp: changing group of './node_modules/cloud-env/README.md': Operation not permitted
chgrp: changing group of './node_modules/pseudomap': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/test': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/test/basic.js': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/pseudomap.js': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/package.json': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/README.md': Operation not permitted
chgrp: changing group of './node_modules/pseudomap/map.js': Operation not permitted
chgrp: changing group of './node_modules/fd': Operation not permitted
chgrp: changing group of './node_modules/fd/.jshintrc': Operation not permitted
chgrp: changing group of './node_modules/fd/index.js': Operation not permitted
window.onload = function () {
chgrp: changing group of './node_modules/fd/test.js': Operation not permitted
chgrp: changing group of './node_modules/fd/example': Operation not permitted
chgrp: changing group of './node_modules/fd/example/index.js': Operation not permitted
chgrp: changing group of './node_modules/fd/example/package.json': Operation not permitted
chgrp: changing group of './node_modules/fd/.travis.yml': Operation not permitted
chgrp: changing group of './node_modules/fd/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/fd/package.json': Operation not permitted
chgrp: changing group of './node_modules/fd/README.md': Operation not permitted
chgrp: changing group of './node_modules/yallist': Operation not permitted
chgrp: changing group of './node_modules/yallist/iterator.js': Operation not permitted
chgrp: changing group of './node_modules/yallist/yallist.js': Operation not permitted
chgrp: changing group of './node_modules/yallist/LICENSE': Operation not permitted
chgrp: changing group of './node_modules/yallist/package.json': Operation not permitted
chgrp: changing group of './node_modules/yallist/README.md': Operation not permitted
chgrp: changing group of './index.html': Operation not permitted
chgrp: changing group of './.dummy': Operation not permitted
run: ERROR (not running)
run: started
changes successfully pushed to component: frontend
Verified this issue is in the nodejs:10 image and not in odo itself.
In online, using the nodejs:8 image works (which is the version it was using on RHPDS). We should open an issue to the image. @gshipley @jankleinert
How to verify it works:
git clone //github.com/gshipley/Wild-West-Frontend
cd Wild-West-Frontend
odo project create odo-demo-test1
odo app create wwgame
odo create nodejs:8 frontend
odo push
odo url create
curl <URL>
# Even if the application don't show the backend, you can see the nodejs app up and running
@jankleinert I'll leave you the honor to open the issue on the nodejs repository :-D Once it's opened, you can referenced it here and close this issue
@jorgemoralespou Thanks for taking care of this while I was OOO. I believe this is the other issue you filed: https://github.com/bucharest-gold/centos7-s2i-nodejs/issues/122
When I just use minishift and run OpenShift locally, I can use odo without any issues. If I log into either a starter or pro account, then
odo push
fails with this error about permissions.I'm following the "Deploying a Node.js application using Odo" steps from the README. The Getting Started doc says odo should work with any OpenShift cluster you're logged into, so it's confusing to get this error in some environments but not others.