todomvc-plusplus icon indicating copy to clipboard operation
todomvc-plusplus copied to clipboard

npm install sequelize failing

Open Jagunr opened this issue 7 years ago • 1 comments

npm install sequelize failing with the following error:

npm ERR! 404 Not Found: @types/geojson@^1.0.0

Jagunr avatar Aug 30 '17 19:08 Jagunr

Looks like it is missing a dependency. Have you tried installing this locally?

npm install --save @types/geojson

ananaziz96 avatar Dec 15 '19 08:12 ananaziz96