I have installed Node on a Windows 10 machine. Then did npm install spectacle
from the node command prompt. Finally downloaded the spectacle-code-slide zip file. Moved into the folder, did npm install
and npm start
. I get the following:
npm ERR: missing script: start
.
Obviously, I am missing something. What is it? Note: I am a complete noob!
Edit: I tried the process outlined here without success.