frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Install problem #160

Closed ppKrauss closed 4 years ago

ppKrauss commented 4 years ago

Installation problem. I do

  1. git clone https://github.com/frictionlessdata/tableschema-js.git - ok
  2. cd tableschema-js/ - ok
  3. npm install jsontableschema - result bellow
npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb@13.0.0 requires a peer of eslint@^3.9.1 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb-base@10.0.1 requires a peer of eslint@^3.9.1 but none is installed. You must install peer dependencies yourself.
....
+ jsontableschema@0.2.3
added 6 packages from 7 contributors and audited 12445 packages in 11.258s

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

found 5 vulnerabilities (2 low, 3 high)
  run `npm audit fix` to fix them, or `npm audit` for details


Please preserve this line to notify @roll (lead of this repository)

roll commented 4 years ago

@ppKrauss It's npm install tableschema

Please re-open if needed