You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2020. It is now read-only.
But I already had some deps, such as react, react-dom and express.
And during installing I got lots of messages about wrong versions / invalid engines.
It seems that conflicts shouldn't appear. By the way in my terminal weird things happen:
warning @roguejs/cli > parcel-bundler > htmlnano > cssnano > postcss-merge-rules >[email protected]: Browserslist 2 could fail on
reading Browserslist >3.0 config used in other tools.
warning @roguejs/cli > parcel-bundler > htmlnano > cssnano > postcss-merge-rules > caniuse-api >[email protected]: Browserslist 2
could fail on reading Browserslist >3.0 config used in other tools.
warning @roguejs/app >[email protected]: Please use @loadable/component
warning @roguejs/app > react-native-web >[email protected]: Check out `lodash.merge` or `merge-options` instead.
⠄ @babel/plugin-syntax-nullish-coalescing-op⠁ babel-plugin-syntax-trailing-function-comm⠂ babel-plugin-syntax-trailing-function-comm[2/4] Fetching packages...
warning [email protected]: The engine "gitbook" appears to be invalid.
[3/4] Linking dependencies...
warning "@roguejs/app > [email protected]" has unmet peer dependency "react-art@>=16.5.1".
warning "@roguejs/app > [email protected]" has incorrect peer dependency "[email protected]".
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.
I ran this to install Rogue:
But I already had some deps, such as
react,react-domandexpress.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.