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

npm i error #41

Open nknnkumar opened 9 months ago

nknnkumar commented 9 months ago

on windows 11 laptop

  1. git clone the repo
  2. npm run start

image

abyshekhar commented 8 months ago

I was also getting this error but as suggested it got resolved after "npm i --force"

deboik193 commented 5 months ago

I was also getting this error but as suggested it got resolved after "npm i --force"

Yes, i also got same error at first image

i was able to resolve this when i checkout to node js previous version, for instance i change from node version 16.xx to 14.xx.

Darshan072 commented 5 months ago

same error

proop commented 3 weeks ago

same here