enatega / food-delivery-singlevendor

A fully functional and white label food delivery solution. Capable of building your own food delivery application! Includes customer, rider and restaurant apps.

Home Page:https://enatega.com/?utm_source=github&utm_medium=opensource&utm_campaign=enatega-restaurant-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Dashboard Unable to run

kellyscott2000 opened this issue · comments

I encountered 161 errors trying to run this. It turns out i has conflicting, old, discontinued and deprecated dependencies and manually installing them do not help either. Kindly upgrade the dependencies to fit the latest documentation.

Compiled with problems:
ERROR
Cannot find module './cjs/react-dom.development.js'
webpackMissingModule@http://localhost:3000/static/js/bundle.js:59601:69
./node_modules/react-dom/index.js@http://localhost:3000/static/js/bundle.js:59601:174
options.factory@http://localhost:3000/static/js/bundle.js:91789:31
webpack_require@http://localhost:3000/static/js/bundle.js:91213:33
fn@http://localhost:3000/static/js/bundle.js:91446:21
./src/index.js@http://localhost:3000/static/js/bundle.js:10580:86
options.factory@http://localhost:3000/static/js/bundle.js:91789:31
webpack_require@http://localhost:3000/static/js/bundle.js:91213:33
@http://localhost:3000/static/js/bundle.js:92371:56
@http://localhost:3000/static/js/bundle.js:92373:12
ERROR in ./src/components/Alert/index.jsx 6:0-43
Module not found: Error: Can't resolve '@material-ui/lab/Alert' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src\components\Alert'
ERROR in ./src/components/Navbars/AdminNavbar.jsx 42:25-71
Module not found: Error: Can't resolve 'assets/img/theme/team-4-800x800.jpg' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src\components\Navbars'
ERROR in ./src/components/Sidebar/Sidebar.jsx 132:23-69
Module not found: Error: Can't resolve 'assets/img/theme/team-4-800x800.jpg' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src\components\Sidebar'
ERROR in ./src/index.js 18:0-47
Module not found: Error: Can't resolve 'apollo-link-ws' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
ERROR in ./src/index.js 22:0-45
Module not found: Error: Can't resolve 'assets/vendor/nucleo/css/nucleo.css' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
Did you mean './assets/vendor/nucleo/css/nucleo.css'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
ERROR in ./src/index.js 23:0-69
Module not found: Error: Can't resolve 'assets/vendor/@fortawesome/fontawesome-free/css/all.min.css' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
Did you mean './assets/vendor/@fortawesome/fontawesome-free/css/all.min.css'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
ERROR in ./src/index.js 24:0-48
Module not found: Error: Can't resolve 'assets/scss/argon-dashboard-react.scss' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
Did you mean './assets/scss/argon-dashboard-react.scss'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
ERROR in ./src/routes.js 3:0-36
Module not found: Error: Can't resolve 'views/Login.jsx' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
Did you mean './views/Login.jsx'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
ERROR in ./src/routes.js 4:0-42
Module not found: Error: Can't resolve 'views/Category.jsx' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\src'
Did you mean './views/Category.jsx'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
ERROR in ./node_modules/graphql-tag/lib/index.js 62:17-22
export 'parse' (imported as 'parse') was not found in 'graphql' (module has no exports)
ERROR in ./node_modules/react-bootstrap-typeahead/lib/ClearButton.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/Loader.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/Menu.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/MenuItem.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/Token.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/Typeahead.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/TypeaheadInputMulti.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/TypeaheadInputSingle.react.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib'
ERROR in ./node_modules/react-bootstrap-typeahead/lib/containers/inputContainer.js 7:41-62
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-bootstrap-typeahead\lib\containers'
ERROR in ./node_modules/react-chartjs-2/es/index.js 48:0-29
Module not found: Error: Can't resolve 'chart.js' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-chartjs-2\es'
ERROR in ./node_modules/react-dom/index.js 33:2-60
Module not found: Error: Can't resolve './cjs/react-dom.development.js' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-dom'
ERROR in ./node_modules/react-transition-group/esm/CSSTransition.js 5:0-47
Module not found: Error: Can't resolve 'dom-helpers/addClass' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-transition-group\esm'
ERROR in ./node_modules/react-transition-group/esm/CSSTransition.js 6:0-53
Module not found: Error: Can't resolve 'dom-helpers/removeClass' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\react-transition-group\esm'
ERROR in ./node_modules/reactstrap/es/Alert.js 6:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Badge.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Breadcrumb.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/BreadcrumbItem.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Button.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ButtonGroup.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ButtonToolbar.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Card.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardBody.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardColumns.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardDeck.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardFooter.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardGroup.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardHeader.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardImg.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardImgOverlay.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardLink.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardSubtitle.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardText.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CardTitle.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Carousel.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CarouselCaption.js 3:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CarouselControl.js 3:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CarouselIndicators.js 3:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CarouselItem.js 8:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Col.js 6:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Collapse.js 9:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Container.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/CustomInput.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Dropdown.js 12:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/DropdownItem.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/DropdownMenu.js 6:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/DropdownToggle.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/DropdownToggle.js 94:31-37
export 'Target' (imported as 'Target') was not found in 'react-popper' (possible exports: Manager, Popper, Reference, placements)
ERROR in ./node_modules/reactstrap/es/Fade.js 6:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Form.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/FormFeedback.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/FormGroup.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/FormText.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Input.js 9:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/InputGroup.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/InputGroupAddon.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/InputGroupText.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Jumbotron.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Label.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ListGroup.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ListGroupItem.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ListGroupItemHeading.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ListGroupItemText.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Media.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Modal.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ModalBody.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ModalFooter.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/ModalHeader.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Nav.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/NavItem.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/NavLink.js 7:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Navbar.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/NavbarBrand.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/NavbarToggler.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Pagination.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PaginationItem.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PaginationLink.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Popover.js 3:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PopoverBody.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PopoverHeader.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PopperContent.js 9:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/PopperContent.js 135:52-57
export 'Arrow' (imported as 'Arrow') was not found in 'react-popper' (possible exports: Manager, Popper, Reference, placements)
ERROR in ./node_modules/reactstrap/es/Progress.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Row.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Spinner.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/TabContent.js 6:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/TabPane.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Table.js 5:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/reactstrap/es/Tooltip.js 3:0-36
Module not found: Error: Can't resolve 'classnames' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\reactstrap\es'
ERROR in ./node_modules/graphql/index.mjs 25:0-49
Module not found: Error: Can't resolve './version' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'version.mjs'?
BREAKING CHANGE: The request './version' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 27:0-49
Module not found: Error: Can't resolve './graphql' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'graphql.mjs'?
BREAKING CHANGE: The request './graphql' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 29:0-51:50
Module not found: Error: Can't resolve './type' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './type' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 53:0-65:205
Module not found: Error: Can't resolve './language' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './language' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 67:0-122
Module not found: Error: Can't resolve './execution' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './execution' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 68:0-68
Module not found: Error: Can't resolve './subscription' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './subscription' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 70:0-76:206
Module not found: Error: Can't resolve './validation' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './validation' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 78:0-91
Module not found: Error: Can't resolve './error' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './error' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/index.mjs 80:0-148:42
Module not found: Error: Can't resolve './utilities' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql'
Did you mean 'index.mjs'?
BREAKING CHANGE: The request './utilities' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/language/printer.mjs 1:0-34
Module not found: Error: Can't resolve './visitor' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql\language'
Did you mean 'visitor.mjs'?
BREAKING CHANGE: The request './visitor' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/language/printer.mjs 2:0-49
Module not found: Error: Can't resolve './blockString' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql\language'
Did you mean 'blockString.mjs'?
BREAKING CHANGE: The request './blockString' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
ERROR in ./node_modules/graphql/language/visitor.mjs 1:0-41
Module not found: Error: Can't resolve '../jsutils/inspect' in 'C:\Users\hp\OneDrive\Desktop\Enatega-Restaurant-Solution-main\AdminDashboard\node_modules\graphql\language'
Did you mean 'inspect.mjs'?
BREAKING CHANGE: The request '../jsutils/inspect' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.

It was mentioned on Reddit that there is a problem with the most recent version of Node and they are working to get it running again this week.

Our admin dashboard runs flawlessly on Node version 14, as extensively tested.
We have documented this requirement, recommending Node 14 in our official documentation.
Following this recommendation ensures optimal performance and stability.
Users can leverage the dashboard's full functionality and optimizations for Node 14.
Adhering to this version guarantees a seamless experience.