node-react-ecommerce icon indicating copy to clipboard operation
node-react-ecommerce copied to clipboard

Build ECommerce Website Like Amazon By React & Node & MongoDB

Results 86 node-react-ecommerce issues
Sort by recently updated
recently updated
newest added

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...

![Untitled](https://user-images.githubusercontent.com/44441160/84219671-40dd9c80-aafb-11ea-8c32-c2bbce23f740.png) ![Untitled1](https://user-images.githubusercontent.com/44441160/84219676-4509ba00-aafb-11ea-8e62-d679a6abbd7b.png)

Even though I am the admin details I am getting is error. What exactly is the issue ?

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....

![2020-07-21 16_14_47-](https://user-images.githubusercontent.com/26017333/88104013-d5620280-cb6f-11ea-8107-65d0b0436843.png) 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...