Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/plf32upqf/CyberLantingAssignments/src/commit/e0edf15b424d3e2814e2410942b031485d273bb8/Assignment2/frontend/todo-list/node_modules/@babel/traverse You should set ROOT_URL correctly, otherwise the web may not work correctly.
Vks 0f73dde6de 项目任务书 5 months ago
..
lib 项目任务书 5 months ago
LICENSE 项目任务书 5 months ago
README.md 项目任务书 5 months ago
package.json 项目任务书 5 months ago

README.md

@babel/traverse

The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes

See our website @babel/traverse for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/traverse

or using yarn:

yarn add @babel/traverse --dev