I would like build my Meteor 1.4 app on Ubuntu 16.04 but i've this error :
EACCES: permission denied, rmdir 'build'
I run sudo meteor build ../build
I've test to remove ~/.node-gyp but no result.
Anyone can help me ?
Thank you !
I would like build my Meteor 1.4 app on Ubuntu 16.04 but i've this error :
EACCES: permission denied, rmdir 'build'
I run sudo meteor build ../build
I've test to remove ~/.node-gyp but no result.
Anyone can help me ?
Thank you !
This must be a permission issue. Please use chown command to change permissions to the directory to yourself and then try running the build again.
Try deleting the build folder in the .meteor/local link in this link https://github.com/meteor/meteor/issues/893