Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions #5

Closed
lm913 opened this issue Jul 24, 2017 · 3 comments
Closed

Permissions #5

lm913 opened this issue Jul 24, 2017 · 3 comments

Comments

@lm913
Copy link

lm913 commented Jul 24, 2017

Hello! I'm now receiving the following error in regards to reading and writing:
EACCES: permission denied, open '/Users/********/.codespell/codespell-Mon-Jul-24-2017.json'

I've tried with and without sudo and my folder permissions are Read/Write

screen shot 2017-07-24 at 9 35 55 am

@abhisheksoni27
Copy link
Owner

abhisheksoni27 commented Jul 24, 2017

Just to be sure: Can you run chmod -R 777 $HOME/.codespell and try again?

@lm913
Copy link
Author

lm913 commented Jul 24, 2017

Did that, now receiving:

{ Error: Command failed: resize
/bin/sh: resize: command not found

    at ChildProcess.exithandler (child_process.js:270:12)
    at emitTwo (events.js:125:13)
    at ChildProcess.emit (events.js:213:7)
    at maybeClose (internal/child_process.js:921:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) killed: false, code: 127, signal: null, cmd: 'resize' }

@abhisheksoni27
Copy link
Owner

abhisheksoni27 commented Jul 24, 2017

Interesting. resize command is not there in OSX.

Changed the command to tput cols, should fix it.

Reinstall!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants