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.
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
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".
The text was updated successfully, but these errors were encountered:
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
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
[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:
http://localhost:8080/
webpack result is served from /
content is served from
/pdf-annotate.js/web/pdf-annotate.js/dist/pdf-annotate.js" as it exceeds the max of "100KB".[BABEL] Note: The code generator has deoptimised the styling of "
The text was updated successfully, but these errors were encountered: