Strapi wont load on intialization error: bind EACCES 0.0.0.0:1337

I installed Strapi and it ran the command yarn develop which led to the error: bind EACCES 0.0.0.0:1337 . I googled around and changed the `config/server.js’ to 'module.exports = ({ env }) => ({
host: env(‘HOST’, ‘0.0.0.0’),
port: env.int(‘PORT’, 8082),
}); '.

Now Strapi goes to the web browser but says “Warning: An error occured while requesting the API”