react-router-redux-saga-4 icon indicating copy to clipboard operation
react-router-redux-saga-4 copied to clipboard

throw new Error("Module '" + loader.path + "' is not a loader (must have normal or pitch function)");

Open minnaq opened this issue 7 years ago • 4 comments

Listening to http://localhost:3000 loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. /Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/loader-runner/lib/loadLoader.js:35 throw new Error("Module '" + loader.path + "' is not a loader (must have normal or pitch function)"); ^

Error: Module '/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/react-router/index.js' is not a loader (must have normal or pitch function) at loadLoader (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/loader-runner/lib/loadLoader.js:35:10) at iteratePitchingLoaders (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/loader-runner/lib/LoaderRunner.js:169:2) at runLoaders (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/loader-runner/lib/LoaderRunner.js:362:2) at NormalModule.doBuild (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModule.js:129:2) at NormalModule.build (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModule.js:180:15) at Compilation.buildModule (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/Compilation.js:142:10) at factoryCallback (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/Compilation.js:324:11) at /Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModuleFactory.js:242:4 at /Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModuleFactory.js:93:13 at /Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/tapable/lib/Tapable.js:204:11 at NormalModuleFactory. (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/CompatibilityPlugin.js:52:5) at NormalModuleFactory.applyPluginsAsyncWaterfall (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/tapable/lib/Tapable.js:208:13) at onDoneResolving (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModuleFactory.js:68:11) at onDoneResolving (/Users/tim/Documents/work/me/github/react-router-redux-saga-4/node_modules/webpack/lib/NormalModuleFactory.js:189:6) at nextTickCallbackWith0Args (node.js:453:9) at process._tickCallback (node.js:382:13)

minnaq avatar Mar 14 '17 04:03 minnaq

Yes,I get the same error as well.

venkatb4u avatar May 11 '17 06:05 venkatb4u

same as here

lielran avatar May 23 '17 03:05 lielran

Yep, same here.

aheintz avatar Jun 04 '17 09:06 aheintz

same

RaedShari avatar Dec 03 '17 08:12 RaedShari