Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants