deployment - Error deploying a meteor app -
when deploying meteor app, run error:
errors prevented deploying: exception while bundling application: error: eacces, permission denied '/users/andyjiang/developer/hackathon/meteor/instachat/.meteor/local/build_tar/bundle/app/instachat.js' @ object.fs.unlinksync (fs.js:582:18) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:280:10) @ _.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:276:15) @ array.foreach (native) @ function._.each._.foreach (/users/andyjiang/.meteor/tools/11f45b3996/lib/node_modules/underscore/underscore.js:79:11) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:274:9) @ _.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:276:15) @ array.foreach (native) @ function._.each._.foreach (/users/andyjiang/.meteor/tools/11f45b3996/lib/node_modules/underscore/underscore.js:79:11) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:274:9) @ _.extend.write_to_directory (/users/andyjiang/.meteor/tools/11f45b3996/tools/bundler.js:808:11) @ object.exports.bundle (/users/andyjiang/.meteor/tools/11f45b3996/tools/bundler.js:887:12) @ deploytoserver (/users/andyjiang/.meteor/tools/11f45b3996/tools/deploy.js:95:24) @ deploycmd (/users/andyjiang/.meteor/tools/11f45b3996/tools/deploy.js:78:7) @ exports.infiber (/users/andyjiang/.meteor/tools/11f45b3996/tools/fiber-helpers.js:24:12) /users/andyjiang/.meteor/tools/11f45b3996/tools/fiber-helpers.js:25 }).run(); ^ error: eacces, permission denied '/users/andyjiang/developer/hackathon/meteor/instachat/.meteor/local/build_tar/bundle/app/instachat.js' @ object.fs.unlinksync (fs.js:582:18) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:280:10) @ _.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:276:15) @ array.foreach (native) @ function._.each._.foreach (/users/andyjiang/.meteor/tools/11f45b3996/lib/node_modules/underscore/underscore.js:79:11) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:274:9) @ _.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:276:15) @ array.foreach (native) @ function._.each._.foreach (/users/andyjiang/.meteor/tools/11f45b3996/lib/node_modules/underscore/underscore.js:79:11) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:274:9) @ _.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:276:15) @ array.foreach (native) @ function._.each._.foreach (/users/andyjiang/.meteor/tools/11f45b3996/lib/node_modules/underscore/underscore.js:79:11) @ object._.extend.rm_recursive (/users/andyjiang/.meteor/tools/11f45b3996/tools/files.js:274:9) @ deploytoserver (/users/andyjiang/.meteor/tools/11f45b3996/tools/deploy.js:101:11) @ deploycmd (/users/andyjiang/.meteor/tools/11f45b3996/tools/deploy.js:78:7) @ exports.infiber (/users/andyjiang/.meteor/tools/11f45b3996/tools/fiber-helpers.js:24:12)
the app runs fine locally. i've deployed other meteor apps without issues, well. idea error be?
thanks, andy
Comments
Post a Comment