Im new to NPM/Node and am trying to run a seeingly simple command but am having trouble.
Im using VS Code and have used the terminal to clone the GIT repo. Then 'npm install'.
I am trying to run the command in the documentation 'export MAPBOX_TOKEN=YOUR_MAPBOX_API_PUBLIC_TOKEN'
Based on the instructions on the NPM page https://www.npmjs.com/package/mapbox-map-image-export
To do this I type in 'node' then the command above. However I just get three dots appear?