node-react-ecommerce
node-react-ecommerce copied to clipboard
Build ECommerce Website Like Amazon By React & Node & MongoDB
Hello Basir, thanks for this [tutorial] I copi the project git on my computer, I do npm install and start in the backend then the frontend but I no have...
 
Even though I am the admin details I am getting is error. What exactly is the issue ?
License?
Hi Basir, I noticed there is no license in this repository. Is it possible a license could be added so limitations on use are understood more clearly?
backend server started but frontend not working iam getting this error in localhost browser kindly give suggesstion. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at...
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:117:11) at Object.join (path.js:375:7) at noopServiceWorkerMiddleware (D:\Project\node-react-ecommerce\frontend\node_modules\react-dev-utils\noopServiceWorkerMiddleware.js:14:26) at Layer.handle [as handle_request] (D:\Project\node-react-ecommerce\frontend\node_modules\express\lib\router\layer.js:95:5) at trim_prefix (D:\Project\node-react-ecommerce\frontend\node_modules\express\lib\router\index.js:317:13) at...
'react-scripts' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: `react-scripts start` npm...
I have created many products by same name by tapping the create button several times, so when i try to delete or update or create a product, it isn't working....
 Apparently reviews is undefined, but i already defined it along with the review Schema which is part of the product Model. Checked the reducer and the store as...