Bug report
$ npm install -g parcel
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
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 'parcel'
npm ERR! notarget
$ node --version
v8.9.3
$ npm --version
5.5.1
I just realized that there is another parcel NPM package, sorry.
npm install -g parcel-bundler is the correct one :)
Lol.. why is there a parcel one :(
@bayareagamedevs, @honnet, @jaredhanson, @kellydunn, @liamstask, @maxattack or @scanlime, would you guys be willing to donate the package name? parcel has not been updated in five years, I think it's not maintained anymore?
Most helpful comment
npm install -g parcel-bundleris the correct one :)