In command line, I have cd'd to my projects folder that contains package.json and I am trying to run an npm install. This is the error I am getting.
C:\Users\kwoolley\Documents\Code\PFCU\src>npm install
C:\Users\kwoolley
+-- bower@1.7.7
`-- grunt@0.4.5
npm WARN enoent ENOENT, open 'C:\Users\kwoolley\package.json'
npm WARN kwoolley No description
npm WARN kwoolley No repository field.
npm WARN kwoolley No README data
npm WARN kwoolley No license field.
Can y'all think of any reason why it's cutting the path off early at my name?