MAVRICK-1 / Nest-Ondc

https://nest-ondc-arzx.vercel.app/
MIT License
22 stars 50 forks source link

dependency issue #106

Open shubhanshu-02 opened 2 weeks ago

shubhanshu-02 commented 2 weeks ago

One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without declaring it in its dependencies. This is currently working because "@babel/plugin-proposal-private-property-in-object" is already in your node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which is not maintianed anymore. It is thus unlikely that this bug will ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to your devDependencies to work around this error. This will make this message go away.

should i add this to dependency?

MAVRICK-1 commented 2 weeks ago

@shubhanshu-02 okay go ahead.