Hi everyone
I am using a package called jsPlumb. I have the paid version now and when I try to deploy, I get the following error
I get what the error is. But I don’t know who to login into NPM and get my auth token on Netlify.
This is my .npmrc
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=###############################
@jsplumbtoolkit:registry=https://download.jsplumbtoolkit.com/repository/jsplumb/
@jsplumb:registry=https://download.jsplumbtoolkit.com/repository/jsplumb/
The directions from jsPlumb are to use the npm adduser
command below
npm adduser --registry=https://download.jsplumbtoolkit.com/repository/jsplumb/
I read online that once I login using the username and password it would store the auth token in my .npmrc?
Because it’s not doing that either.
Any help or advice would be greatly appreciated! I can’t push changes because of this