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

Cannot GET / #19

Open
AlexMcConnell opened this issue Oct 25, 2016 · 4 comments
Open

Cannot GET / #19

AlexMcConnell opened this issue Oct 25, 2016 · 4 comments

Comments

@AlexMcConnell
Copy link

After running npm install/npm start and going to localhost:8080, I get the above message.

Potentially relevant messages from npm install:

npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

[email protected] install ~/pdf-annotate.js/node_modules/fsevents
node-pre-gyp install --fallback-to-build

[fsevents] Success: "~/pdf-annotate.js/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" is installed via remote

Potentially relevant messages from npm start:

[email protected] start ~/pdf-annotate.js
./scripts/web

http://localhost:8080/
webpack result is served from /
content is served from /pdf-annotate.js/web
[BABEL] Note: The code generator has deoptimised the styling of "
/pdf-annotate.js/dist/pdf-annotate.js" as it exceeds the max of "100KB".

@pdemilly
Copy link

I had the same issue and tried a fork of that project and that worked fine

https://github.com/lopezjo/pdf-annotate.js

@Nyceane
Copy link

Nyceane commented Apr 24, 2018

this still doesn't work err

@lalithkumarachanta
Copy link

HI Guys,
Go to Scripts folder
change the last line $server --inline --config ./webpack.web.js --content-base web/
to
$server --inline --config ./webpack.web.js --content-base docs/

... now go and check in localhost:8080. it works fine now

@PaulRBerg
Copy link

This is fixed by #57

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

5 participants