I'm trying to follow a tutorial and install angular package in my project.
I have npm (4.0.5) and node (6.9.2) already installed in my system
I'm in my project folder and I run :
npm install angular
But node_modules folder is not installed in my project directory. I've tried this command but still not working:
sudo chown -R $(whoami) ~/.npm
The errors I got when I ran npm install angular:
├── [email protected]
├── UNMET PEER DEPENDENCY es6-shim@^0.35.0
├── UNMET PEER DEPENDENCY [email protected]
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY zone.js@^0.6.12
npm WARN enoent ENOENT: no such file or directory, open '/Users/nilliany/package.json'
npm WARN [email protected] requires a peer of es6-shim@^0.35.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected] but none was installed.
npm WARN [email protected] requires a peer of [email protected] but none was installed.
npm WARN [email protected] requires a peer of zone.js@^0.6.12 but none was installed.
npm WARN nilliany No description
npm WARN nilliany No repository field.
npm WARN nilliany No README data
npm WARN nilliany No license field.