Answer the question
In order to leave comments, you need to log in
Cannot find module "." Issue in node.js compilation?
The problem is compiling node.js with webpack.
I'm using typescript.
Import:
Call:import * as socketIo from "socket.io";
private sockets(): void {
this.io = socketIo(this.server);
}
return /*require.resolve*/(!(function webpackMissingModule() { var e = new Error("Cannot find module \".\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()));
^
Error: Cannot find module "."
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question