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 Feb 12, 2022. It is now read-only.
Currently running npm install emits a couple of warnings:
$ npm install
npm WARN @fimbul/bifrost@0.21.0 requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN tslint-consistent-codestyle@1.16.0 requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
added 2 packages from 4 contributors and audited 249476 packages in 5.588s
11 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
It would be nice to fix these.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently running
npm install
emits a couple of warnings:It would be nice to fix these.
The text was updated successfully, but these errors were encountered: