Skip to content
New issue

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 command not found #2

Open
billhennessy opened this issue Jul 13, 2018 · 2 comments
Open

now -p command not found #2

billhennessy opened this issue Jul 13, 2018 · 2 comments

Comments

@billhennessy
Copy link

now -p produces command not found response. MacOS.
npm start works.

@syedsimanta03
Copy link

ssr not working. doc doesn't have good info

@damosullivan
Copy link

This repo/example definetely needs to be updated, but the now not found is an easy fix.

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants