Neon error when deploying a new site

So this is not a blocker and not urgent, but:

Made a new site locally using ntl deploy. In the process, I linked to a new Netlify project.

This worked perfectly, and at the end I got the usual “if it looks cool, run the deploy with --prod” message. I did so and got:

```

❯ Installing extensions

  • neon

Dependencies installation error
────────────────────────────────────────────────────────────────

Error message
Error while installing dependencies in /Users/raymondcamden/projects/oh-the-sun/.netlify/plugins/
npm error code EALLOWREMOTE
npm error Fetching packages of type “remote” have been disabled
npm error Refusing to fetch “https://***.netlify.app/packages/buildhooks.tgz”

Resolved config
build:
publish: /Users/raymondcamden/projects/oh-the-sun
publishOrigin: default
› Error: Error while running build
```

I was able to log in to my Netlify dashboard. I noticed that it had not linked to the Git project in my folder so I did that myself. I deployed and it built fine.