You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.
'.' is not recognized as an internal or external order, an executable program or a batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: ./scripts/web
npm ERR! Exit status 1
Should i change anything ni the package.json ? Or something is missing in my configuration ?
Thanks you for your help
The text was updated successfully, but these errors were encountered:
Hey everybody,
I wanted to test this project because it interrest me a lot, but when i follow steps to launch the test, i have an error at 'npm start'
clone the repo
$ git clone https://github.com/instructure/pdf-annotate.js.git => OK
$ cd pdf-annotate.js => OK
intall dependencies
$ npm install => OK
start example server
$ npm start =>
'.' is not recognized as an internal or external order, an executable program or a batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
./scripts/web
npm ERR! Exit status 1
Should i change anything ni the package.json ? Or something is missing in my configuration ?
Thanks you for your help
The text was updated successfully, but these errors were encountered: