We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
now -p produces command not found response. MacOS. npm start works.
now -p
command not found
npm start
The text was updated successfully, but these errors were encountered:
ssr not working. doc doesn't have good info
Sorry, something went wrong.
This repo/example definetely needs to be updated, but the now not found is an easy fix.
now
The company previously known as Zeit renamed to Vercel. This is also reflected on npm's now package
"now" is deprecated and will stop receiving updates on December 31, 2020. Please use "vercel" instead.
As for the command not found, you need to install the npm package globally. So if you run:
npm
> npm install -g vercel
and replace now with vercel in the documentation - you will be unblocked. However, I was still not able to run this in SSR mode
vercel
No branches or pull requests
now -p
producescommand not found
response. MacOS.npm start
works.The text was updated successfully, but these errors were encountered: