Install package's @stullerinc
To install this package you must need .npmrc
file, with Personal acess tokens from github.com. You can have it from this url https://github.com/settings/tokens.
Then you'll generate a new token with those optios:
- [x] repo
- [x] repo:status
- [x] repo_deployment
- [x] public_repo
- [x] repo:invite
- [x] security_events
- [x] write:packages
- [x] read:packages
- [x] delete:packages
- [x] admin:org
- [x] write:org
- [x] read:org
- [x] manage_runners:org
Now just you neeed to add token on a file in root C:\Users\UserName
in a file call it .npmrc
with this format
# ignore-scripts=false
//npm.pkg.github.com/:_authToken=PutTokenHere
always-auth=true
@stullerinc:registry=https://npm.pkg.github.com
Lauch api-stripe-v2 in local
If you use something related with stripe you will have to modify a file from this package on node_modules
at this root src\api-stripe-v2\node_modules\@stullerinc\gemvision-api-utils\sales\stripe.js
. What you need to do is set if you are using dev or prod env.
How to migrate to a new Stripe version
You can find all the information here