webpack / webpack-sources

Source code handling classes for webpack
MIT License
262 stars 71 forks source link

last version webpack-sources consuming source-map@0.6.1 #75

Closed leoperetti closed 5 years ago

leoperetti commented 5 years ago

$ npm install webpack-sources@2.0.0-beta.5 npm ERR! code ETARGET npm ERR! notarget No matching version found for source-map@~0.6.1. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'webpack-sources' npm ERR! notarget

It prevents me from creating new angular applications Here paste my stack overflow post https://es.stackoverflow.com/questions/304557/creating-new-angular-application

alexander-akait commented 5 years ago

@leoperetti can you create minimum reproducible test repo?

leoperetti commented 5 years ago

I was installed the package version from .tgz

npm install https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz

The problem was the source-map package, not webpack-sources, sorry.