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
$> roc new my-test
? Select a template rocjs/roc-template-web-app-react
ℹ Will use next as default version
✔ Downloading template
? Project name my-test
? Project description A Roc project
? Author Me
? license MIT
? Port 3000
? <title> me's project
✔ Project created
To get started:
cd my-test
npm install
npm run dev
It will open your default browser when ready.
You can change this by setting 'dev.browsersync.options.open' to 'false' in roc.config.js
To reproduce this issue, run, with roc@next:
Then you will have:
The text was updated successfully, but these errors were encountered: