On Github.com, go to Settings
-> Developer Settings
-> Personal access tokens
.
Create a new Personal access token with the scopes repo
and read:packages
.
Run
npm login --scope=@xwmtp --registry=https://npm.pkg.github.com
to log in. Use the created access token as the password.
Then run
npm install
npm start