Hi, I’m trying to install particle-api-js.
I have Node and Xcode(Still not sure if I need it for this :P) on my computer, Node is running v6.2.0, and npm 3.8.9.
Whenever I type npm install particle-api-js
I’ll get a few “WARN” messages that look like this:
/Users/ben
└─┬ particle-api-js@5.2.7
└── stream-http@2.2.1 (git://github.com/spark/stream-http.git#f8116e160582bb4668468ff5532e837932799b11)
npm WARN enoent ENOENT: no such file or directory, open '/Users/ben/package.json'
npm WARN ben No description
npm WARN ben No repository field.
npm WARN ben No README data
npm WARN ben No license field.
Now, i’m a complete newbie when it comes to the Terminal, so I have zero idea what this means.
However I looked up “ENOENT” errors, And if I understand what it means, Node is saying package.json
doesn’t exist, right? Or I need to “direct” Node to it? (Although that wouldn’t make sense because package.json
is in the same folder, and I don’t see anything about them.)
Any help is appreciated!
Thanks for reading.