I have created a VM for a mean stack. The install of which went with no issues. node.js and others have been installed.
I am using angular-fullstack to generate a boiler plate. I am baffled by what happens when npm install is run. I see that the system downloading all the dependencies but it's not stored in node_modules folder. I believe it's being stored in the global folder. When I try to run the stack from the local folder it says missing dependencies of almost everything.
I tried sudo, fixing permissions of global folder adding global folder to NODE_PATH but to no avail. I m still trying to figure why npm install is not installing in the local folder.
Thanks
===============
This is the error i am getting when i run npm isntall
ERR! Error: EPERM: operation not permitted, rename '/vagrant/meandev/nal_angular_dashboard/node_modules/babel-plugin-transform-es2015-typeof-symbol' -> '/vagrant/meandev/nal_angular_dashboard/node_modules/.babel-plugin-transform-es2015-typeof-symbol.DELETE'