0

I've installed Strongloop in my Digital Ocean droplet, but when I try to begin a project with slc loopback this error appears:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: EACCES, open '/home/cae/apps/easylearn/package.json'

I've searched for this error or similar ones, but until now couldn't find anything... Any tips?

C. Porto
  • 631
  • 3
  • 12
  • 26

1 Answers1

1

EACCES errors typically have to do with bad file/directory permissions. Correct the permissions and the problem should go away.

mscdex
  • 104,356
  • 15
  • 192
  • 153