DhiWise / dhiwise-nodejs

DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
https://dhiwise.com
Apache License 2.0
318 stars 89 forks source link

[BUG] With latest node version 16.15.0 and npm version 8.5.5 even npm install -- force fails #34

Closed vipulnagarwal closed 11 months ago

vipulnagarwal commented 2 years ago

Current Behavior:

1) Clone this repo 2) did npm install -- force 3) expectation was to successful installing of all packages and project to be ready to run

Expected Behavior:

npm install as well as npm install -- force booth are failing with error.

error with npm install image

error with npm install -- force image

Environment:

saloni137 commented 2 years ago

@vipulnagarwal The error you are getting with npm i --force is because you don't have access to Git in your network