Permissions are serious business
Ok, so I have been interested in using the yeoman( yo ) scaffolding generator for quick ways to try out different combinations of projects and frameworks so i can see how they work. What a pain in the ass.
I currently am using iterm2 in combination with zsh(oh-my-zsh) and i seriously thought it was this setup or the way it works with bash profile or the zsh profile or some combination of the two when i was getting EACCES: permission denied but it was actually the permissions on the actual folder i was trying to run the commands
Some stuff to keep in mind is installing NVM and using that to manage the node versions on the computer and for number 2 some node modules need to be installed globally using the -g. Yo is one of those types of applications.















