"Failed to replace env in config: ${GITHUB_ACCESS_TOKEN}" #820
-
|
Hi, any suggestions on what should I need to do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Could you please try the following steps and then check? Earlier we were publishing Blade only to GitHub registry hence these steps. I suppose these can be amended now that we're also publishing to npm /cc @kamleshchandnani
# add following to your .npmrc
@razorpay:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:always-auth=true
//npm.pkg.github.com/:_authToken=${GITHUB_ACCESS_TOKEN} |
Beta Was this translation helpful? Give feedback.
-
|
can you just remove the |
Beta Was this translation helpful? Give feedback.
can you just remove the
.npmrcfile and doyarninstall again? previously we were publishing to GitHub registry for which you were required to haveGITHUB_ACCESS_TOKENbut now we are publishing it to global npm registry so you don't need.npmrc