It looks like you're missing a peerDependency, this could be because you upgraded from NPM 2 or it could just be that something went wrong with the installation, so simply do:npm install css-loader --save-devIf all else fails, simply remove node_modules from your project and do a fresh install: npm install——————from stackflow