Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Angular Basics Setting Up an Angular Application Your First Angular Application

Getting error after running the command "npm install".

This is the message i'm getting:

npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as pos
sible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! path C:\Users\Andras\Desktop\Angular\node_modules\nan\package.json
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\Users\Andras\Desktop\Angular\node_modules\nan\package.json'
npm ERR!     at Error (native)
npm ERR!  { Error: EPERM: operation not permitted, unlink 'C:\Users\Andras\Desktop\Angular\node_modules\nan\package.json'
npm ERR!     at Error (native)
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:\\Users\\Andras\\Desktop\\Angular\\node_modules\\nan\\package.json\'\n    at Error (na
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:\\Users\\Andras\\Desktop\\Angular\\node_modules\\nan\\package.json\'\n    at Err
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:\\Users\\Andras\\Desktop\\Angular\\node_modules\\nan\\package.json\'\n    at Err
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:\\Users\\Andras\\Desktop\\Angular\\node_modules\\nan\\package.json\'\n    at Err
tive)',
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'C:\\Users\\Andras\\Desktop\\Angular\\node_modules\\nan\\package.json' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Andras\AppData\Roaming\npm-cache\_logs\2017-09-10T14_28_04_519Z-debug.log

I've also tried as administrator.

Any help would be appreciated, thanks.