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
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
The text was updated successfully, but these errors were encountered:
WIP -
Writing up my own issues encountered while following the tutorial at https://dry.ly/authentic
(resolved above by installing browserify)
Later on down the doc, got some dep warnings:
...some more dependency warnings:
The text was updated successfully, but these errors were encountered: