michaelmawhinney / elementary

a lightweight, pure-css, single-element icon set for modern browsers
https://git.io/elementary
MIT License
0 stars 0 forks source link

issues with NPM package #75

Closed michaelmawhinney closed 7 years ago

michaelmawhinney commented 7 years ago
[root@gandalf ~]# npm install elementary-css
/root
└── elementary-css@0.3.7

npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
npm WARN root No description
npm WARN root No repository field.
npm WARN root No README data
npm WARN root No license field.
michaelmawhinney commented 7 years ago

these warnings are actually a due to there not being a package.json in the directory where I was testing.

this stackoverflow post references this behavior:

REASON: You don't have a package.json. Simply run npm init and follow the instructions and it'll create one for you.

I verified running npm init first and then npm install elementary-css fixes the warnings.