aspnet-webpack icon indicating copy to clipboard operation
aspnet-webpack copied to clipboard

upgrading angular

Open klanglie opened this issue 6 years ago • 0 comments

When trying to upgrade the @angular packages from 4.3.6 to 4.4, I am met with an error trying to compile. Even after undoing my changes to packages.json, I still see a browser error. If I reset my repo that should go away I hope. I have seen this also when trying to add a new package. So not sure here? Does aspnet-webpack need to be updated? Workarounds? Ultimately I would like to stay current of all npm packages as best as possible. Is webpack 3.6.0 not compatible? Thanks!

+-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] | -- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] +-- @angular/[email protected] -- UNMET PEER DEPENDENCY [email protected]

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any "} (current: {"os":"win32","arch":"x64"})

[email protected] requires a peer of webpack@^1.13.2 || ^2.1.0-beta but none was installed. Windows_NT 10.0.15063

klanglie avatar Oct 07 '17 13:10 klanglie