docsify-ssr-demo
docsify-ssr-demo copied to clipboard
now -p command not found
now -p produces command not found response. MacOS.
npm start works.
ssr not working. doc doesn't have good info
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