Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - Tutorial Issue #2

Open
powernerd opened this issue Nov 19, 2018 · 0 comments
Open

WIP - Tutorial Issue #2

powernerd opened this issue Nov 19, 2018 · 0 comments

Comments

@powernerd
Copy link

powernerd commented Nov 19, 2018

WIP -
Writing up my own issues encountered while following the tutorial at https://dry.ly/authentic

$ npm start

> [email protected] start /Users/andys/powernerd/scale-admin
> wzrd index.js

server started at:
http://127.0.0.1:9966
http://10.0.1.100:9966
{"url":"/","type":"generated","time":"2018-11-19T03:44:11.562Z"}
{"url":"/index.js","type":"bundle","command":"browserify index.js","elapsed":"7ms","time":"2018-11-19T03:44:11.672Z"}
/bin/sh: browserify: command not found

(resolved above by installing browserify)

Later on down the doc, got some dep warnings:

$ npm install --save authentic-client
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

+ [email protected]
added 37 packages from 29 contributors and audited 119 packages in 4.235s
found 4 vulnerabilities (1 low, 3 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details

...some more dependency warnings:

$ npm install --save authentic-service
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

+ [email protected]
added 45 packages from 31 contributors and audited 60 packages in 4.01s
found 2 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant