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
The current installation page tells users to run npx @roxi/routify init to create a new routify project. However, running that command warns that using routify init is deprecated and users should now use npm init routify instead.
This should be updated on the installation page so that it users are told to run npm init routify.
The text was updated successfully, but these errors were encountered:
The current installation page tells users to run
npx @roxi/routify init
to create a new routify project. However, running that command warns that usingroutify init
is deprecated and users should now usenpm init routify
instead.This should be updated on the installation page so that it users are told to run
npm init routify
.The text was updated successfully, but these errors were encountered: