Problems with meteors

First of all , sorry for my English.
I am using the Materialize framework in Meteor and I am with the following problems:

1 - Error trying to do the " deploy " .

C:\Users\Thiago Saad\Desktop\project\pkleague\pokemonleague>meteor deploy pkl.meteor.com
Talking to Galaxy servers at https://us-east-1.galaxy-deploy.meteor.com
Error deploying application: Your account is not authorized to deploy to Galaxy.

2- Falling server with the following error :

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/
Type Control-C twice to stop.

=> Client modified – refreshingbuffer.js:25
const ui8 = new Uint8Array(size);
^

RangeError: Invalid array buffer length
at new ArrayBuffer (native)
at new Uint8Array (native)
at createBuffer (buffer.js:25:17)
at new SlowBuffer (buffer.js:74:10)
at FSReqWrap.readFileAfterStat [as oncomplete] (fs.js:335:20)

> 3: How do to use the other site links on a " single page " ? For example , on the same page have an element , and if I click on “contact” this element that was leaving and entering the element of " Contact " ?