soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
395 stars 73 forks source link

UNMET PEER DEPENDENCY webpack@2.2.0-rc.3 #23

Closed gruberjl closed 7 years ago

gruberjl commented 7 years ago

I'm receiving the following during npm install

// shortened for clarity
"devDependencies": {
    "chunk-manifest-webpack-plugin": "^1.0.0",
    "webpack": "2.2.0-rc.3"
}

I've tested the chunk manifest and it is working. I'm sure I'm missing something obvious causing the error.

isthisstackoverflow commented 7 years ago

I've seen this multiple times lately, also without using the plugin here. It seems to be a problem with either webpack or node - no idea, honestly. But afaik the error is not on your end and you may ignore it for now.

gruberjl commented 7 years ago

Thanks for the update. I'm using a release candidate on webpack so I'm guessing it's something there. Once Webpack 2.0 is released I'll see if the issue returns.