And-Stuff / live-tools

A node.js based system for providing show critical services on XTV live broadcasts.
GNU General Public License v3.0
0 stars 0 forks source link

npm install does not install depending packages #1

Closed standekker closed 5 years ago

standekker commented 5 years ago

As stated in the Set Up chapter of the readme, cloning the repository and running npm install should install all the depending packages. In reality it does not install the depending packages. The only output is:

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN Invalid version: "1.0-beta.1"
npm WARN live-tools No description
npm WARN live-tools No repository field.
npm WARN live-tools No README data
npm WARN live-tools No license field.

up to date in 0.094s

As seen above, no packages are installed. I already ran the package.json file trough a package checker (here) which returned no fatal errors.