Skip to content

The repository will have some common issues faced during developement.

License

Notifications You must be signed in to change notification settings

adityasharma7/common-dev-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

common-dev-issue

The repository will have some common issues faced during developement.

[Linux/Mac] Node permission issue

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR!  [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

Solution: sudo chown -R $USER /usr/local/lib/node_modules

[Mac] Git not working

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Solution: xcode-select --install Refer this

[Mac] Couldn't add ios to Ionic 5 app through capacitor

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

Solution: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer Refer this

About

The repository will have some common issues faced during developement.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published