Accordian
Last updated Jan 29, 2021
Issue might be come
Q1. What will happen when we do "npm run start-developer"or "npm start" without node module ?This above error will be occur when you do "npm run start-developer" or "npm start" without node module.
- While setup the theme or first time when we starting
the
project we need to install the "node module".
- To install node module donpm install
- To install node module donpm install
Q2. What will happen when we do "npm start" instend of "npm run start-developer"?
This above error will be occur when you do "npm start" instend of "npm run start-developer". And also some data which is coming from APIs, will not display.
- We need to do "npm run
start-developer", to run the project.