Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

Customize AWS ElasticBeanstalk NodeJS Install (use yarn)

Isit possible to configure EBS to install my NodeJS application using yarn package manager instead of NPM?

node.js amazon-web-services npm amazon-elastic-beanstalk yarnpkg
How to use webpack with a monorepo (yarnpkg workspaces)

I'm using yarn workspaces where the root directory has a package directory with all my repos. Each repo has its …

node.js express webpack yarnpkg
Webpack 4 and Uglify Plugin (TypeError: Cannot read property 'length' of undefined)

I'm having problems with Webpack 4 on a Linux machine. The build works fine in dev mode, but fail in production. …

javascript node.js webpack yarnpkg webpack-plugin
How to install Webpacker with rails?

I'm trying to install webpacker to be able to launch yarn server. I'm on rails 5 and the gem is installed. …

ruby-on-rails ruby yarnpkg webpacker
serve -s build specify port number

I'm trying to serve a react-app's build folder from a DigitalOcean droplet. After I run yarn build, I get told …

reactjs digital-ocean create-react-app yarnpkg
ESLint with Prettier issues on Yarn global install

I'm in the process of setting up my ReactJS environment, and I'm following the FrontendMasters course on the topic. After …

eslint yarnpkg prettier
how to update yarn if I install through windows installer?

I have installed yarn via windows installer sometimes back. Now I want to update it to latest version. How can …

windows yarnpkg
How do I install Bower packages with Yarn?

From the project's README: Multiple Registries: Install any package from either npm or Bower and keep your package workflow the …

node.js npm bower yarnpkg
Allow local project to depend on local lerna packages

I have a lerna repo for a project under development. It has several packages that depend on each other. To …

npm yarnpkg lerna
NullInjectorError: No provider for StateObservable when using ng-packagr

I have an Angular 5 project that uses ngrx/store. The project consists of an application and a shared library that …

angular typescript ngrx yarnpkg ng-packagr