dbt-formatter
dbt-formatter copied to clipboard
Open to PRs?
Hello maintainers of this package 👋 thanks for your hard work on this! I have been using this for a little while now at work. I've noticed a few bugs in the formatter such that it produces invalid SQL. I'm wondering if you're open to PRs to address bugs?
@jcbmllgn absolutely! thanks for offering :)
I finally got around to trying to set up my local environment and I'm running into this error when running npm install
:
dbt-formatter git:(master) ✗ npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code E403
npm ERR! 403 403 Forbidden - GET https://www.jfrog.com/error?from=upsidetravel.jfrog.io&by=nginx-shared1c
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy, or
npm ERR! 403 on a server you do not have access to.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jacobmulligan/.npm/_logs/2021-10-28T15_45_18_361Z-debug.log
I'm using npm version 8.1.1
. Any idea what's going on? Are you able to run npm install
on this version of npm? Thanks!