'Uncaught TypeError: http.ServerResponse is undefined error in Meteor

I'm in hot water... This bug makes me crazy! This error won't leave me in peace, every time I import express the console shows me this error message

Uncaught TypeError: http.ServerResponse is undefined

This is my code, and I hope you can help me,merci d'avance :).

import React from 'react';
import { NavBar } from './components/NavBar.jsx';
import {Home} from './components/Home.jsx';
import { Footer } from './components/Footer.jsx';
import express from 'express';


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source