ReferenceError: Cannot access before initialization. Is this circular dependency?

后端 未结 0 1344
既然无缘
既然无缘 2020-12-30 15:56

In index.js, I have:

console.log("index.js loading...");
import express from "express";
export const app = express();

import         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题