MeshCentral icon indicating copy to clipboard operation
MeshCentral copied to clipboard

npm installation error

Open tlcarpenter opened this issue 3 years ago • 4 comments

node.js v12.19.0, npm v6.14.8, windows 10 ent 1909 x64

C:\meshcentral>npm install meshcentral
npm WARN saveError ENOENT: no such file or directory, open 'C:\meshcentral\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\meshcentral\package.json'
npm WARN meshcentral No description
npm WARN meshcentral No repository field.
npm WARN meshcentral No README data
npm WARN meshcentral No license field.

+ [email protected]
added 138 packages from 139 contributors and audited 138 packages in 11.77s

13 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities


C:\meshcentral>dir
 Volume in drive C has no label.
 Volume Serial Number is 6E7F-A352

 Directory of C:\meshcentral

10/30/2020  05:42 PM    <DIR>          .
10/30/2020  05:42 PM    <DIR>          ..
10/30/2020  05:42 PM    <DIR>          node_modules
10/30/2020  05:42 PM            40,183 package-lock.json
               1 File(s)         40,183 bytes
               3 Dir(s)  202,293,788,672 bytes free

tlcarpenter avatar Oct 30 '20 22:10 tlcarpenter