rtritto

Results 130 issues of rtritto

# Summary After I install `next-pwa` with yarn, I get dependency not found warnings in yarn log. Respectively peerDeependencies: - `webpack` is of `babel-loader`, `clean-webpack-plugin`, `terser-webpack-plugin` and `workbox-webpack-plugin` dependencies; it...

bug

## Description I'm using [yarn](https://yarnpkg.com) (berry version) with `video.js`, `sass`, `sass-loader` and `webpack` modules. I have a `scss` file with `video.js/src/css/video-js.scss` import. `video.js/src/css/video-js.scss` file imports `node_modules/videojs-font/scss/icons`. During compiling, I get...

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/855) --- Update _busboy_ to v1 ([breaking changes](https://github.com/mscdex/busboy/issues/266)). Note: [yarn.lock](https://github.com/mongo-express/mongo-express/blob/master/yarn.lock) file needs to be updated with `yarn install` command.

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/857) --- Note: [yarn.lock](https://github.com/mongo-express/mongo-express/blob/master/yarn.lock) file needs to be updated with `yarn install` command.

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/856) --- Use naming convention of the environment variable $PORT for web application to bind its HTTP server.

# Summary After I install `next-plugin-preact` with `yarn` (berry version), I get dependency not found warnings in yarn log. Respectively peerDeependencies: - `next` and `webpack` are of `@prefresh/next` - `react`...

# Summary After I install `next-plugin-preact` with `yarn` (berry version) as README, in yarn log I get dependency not found warnings (project doesn't provide `preact-ssr-prepass` requested by `next-plugin-preact`). # Solutions...

This issue, using _yarn version >= 3.2.0-rc.7_, is related to a conflict with 2 different ESLint config of `eslint-plugin-import`: - _eslint-config-next_ - _@ijsto/eslint-config_ » _eslint-config-airbnb_ » _eslint-config-airbnb-base_ ## Steps to...

[loggers/winston/index.js](https://github.com/elastic/ecs-logging-nodejs/blob/master/loggers/winston/index.js) file use `triple-beam` dependency that's not included in `package.json` dependencies: ```js ... const { MESSAGE } = require('triple-beam') ... ``` ## Steps to reproduce 1. `yarn init -y` 2....

agent-nodejs
triage
community

I'm using `video.js` with `Next.js`. Running in development mode and using Firefox from mobile, I get `TypeError: Fullscreen request denied` error. ## Steps to reproduce 1. Click Play 2. Enter...