export

Module not found: Error: Can't resolve

Why does this error occur and how can I fix it? ERROR in ./src/index.ts Module not found: Error: Can't resolve './test' in ' ... 'node' }; I also tried importing via require, using awesome-typescript-loader, and updating webpack to the latest version.