Estoy intentando configurar OpenLayers en mi ordenador.
Estoy siguiendo las instrucciones aquí: http://openlayers.org/en/latest/doc/tutorials/bundle.html
Pero cuando hago npm install --save-dev parcel-bundler me da error:
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4
npm WARN ol@1.0.0 No description
npm WARN ol@1.0.0 No repository field.
¿Cómo puedo solucionarlo?
He intentado buscar esto en google y en duckduckgo pero sin éxito.
He encontrado el primer error descrito con más detalle aquí:
https://www.npmjs.com/package/browserslist/v/1.5.1
Sin embargo, no sé cómo resolverlo.