0

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 !

Stéphane R.
  • 1,386
  • 3
  • 19
  • 37

1 Answers1

0

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

  • I've try this but no result : sudo chown -R $USERNAME /home/stephane – Stéphane R. Sep 06 '16 at 05:12
  • is this the command you are running ..............................."meteor build /path/to/build --architecture os.linux.x86_64". Also please see this link https://github.com/meteor/meteor/issues/893 – Vinay Prabhakaran Sep 07 '16 at 16:56