Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 axios 在我的 Angular 2.0 项目中进行 Http 调用。控制台给出Uncaught ReferenceError: require is not defined错误这是因为 require 是一个节点函数并且在 angular 中不可用吗?
Uncaught ReferenceError: require is not defined
我使用 npm install axios 安装了 axios。这不是在 angular 中使用 axios 的正确方法吗?
谢谢 !