Open talentlessguy opened 5 years ago
yea just took a look, some dependencies are unused and should be removed - sorry about that.
also, rogue/cli is still early. make sure you're aware of #80 (hopefully parcel v2 will improve things).
@alidcastano use yarn-check or npm-check CLI tool to automatically look up for obsolete dependencies so such issues won't popup anymore here. Also, why does your app need react-native
inside browser? It is used for mobile devices or am I wrong?
Yarn check: https://www.npmjs.com/package/yarn-check
NPM Check: https://www.npmjs.com/package/npm-check
I ran this to install Rogue:
But I already had some deps, such as
react
,react-dom
andexpress
. And during installing I got lots of messages about wrong versions / invalid engines.My package.json before installation of Rouge:
It seems that conflicts shouldn't appear. By the way in my terminal weird things happen:
I think some libraries used in Rogue are deprecated and absolete. Nothing crashes, but it isn't cool to see so many warnings during simple installation.