Skip to main content

Questions tagged [yarnpkg]

This tag is for Yarn v 1.x. See version-specific tags, as version differences are significant. Yarn is an open-source JavaScript package manager. With Yarn, engineers have access to the npm registry and can install packages quickly, and manage dependencies consistently across machines or in secure offline environments.

0 votes
0 answers
11 views

Yarn Build Error: TS2305: Module '"web-vitals"' has no exported member 'ReportHandler'

I'm using Yarn as part of an intro to React Testing course through Udemy. I am getting this error when executing yarn build: $ yarn build yarn run v1.22.22 $ react-scripts build Creating an optimized ...
Steve's user avatar
  • 3,197
1 vote
0 answers
15 views

Facing error in yarn install for isolated-vm on macOS

Trying to build Backstage App on my MacOS, one of its pre requisites is Yarn , But i am unsuccessful in trying to install it. Please help I am encountering an error when running yarn install for a ...
vidhi yadav's user avatar
0 votes
1 answer
13 views

Cannot create property 'lastUpdateCheck' on string 'lastUpdateCheck 1713521810483 nodeLinker node-modules ces nodeLinker node-modules'

Got this error after installing the node_modules. TypeError: Cannot create property 'lastUpdateCheck' on string 'lastUpdateCheck 1713521810483 nodeLinker node-modules ces nodeLinker node-modules' ...
Gokulnath Thirukkamu's user avatar
2 votes
0 answers
32 views

npx hanging during initialization of react, expo, and next app

I am currently experiencing an issue where the following commands (and potentially more) hang indefinitely when trying to initialize a project: npx create-react-app npx create-expo-app npx create-...
James's user avatar
  • 21
-1 votes
0 answers
18 views

Npm vs Yarn on Expo [closed]

On Expo, I heard that PlugnPlay is not supported by Yarn. So there is no reason to use Yarn Berry and hench I don't see any benefits of using Yarn V1 over using npm. Also, I have faced multiple ...
seans's user avatar
  • 9
0 votes
0 answers
18 views

Too many package installation in Expo React Native

This is my current package.json and I am installing packages using yarn. Although I only have these dependencies, it installs over 1000 packages and frequently fails to install and gives ➤ YN0001: │ ...
seans's user avatar
  • 9
-2 votes
0 answers
17 views

Can`t install nodemodules for Mac High Sierra 10.13.6 [closed]

I have spent the whole day trying to solve this problem but I couldn't and I would be very grateful if someone could help me. I use a macbook pro 2011 on high sierra, which is no longer supported, I ...
Pavel Ogaryshev's user avatar
0 votes
0 answers
40 views

Appropriate loader to handle this file type .mjs | webpack

I recently added @radix-ui/react-navigation-menu to my project. However, upon attempting to rebuild, I encountered the following error message: the error.. Interestingly, other components from the ...
AronikTV's user avatar
0 votes
1 answer
65 views

Facing issue while upgrading yarn 1.22.x to 3.8.3 in azure build pipeline

I need to upgrade yarn 1.22.x to 3.8.3 in azure build pipeline. I have modified the pipeline yml file: - task: NodeTool@0 inputs: versionSpec: '16.x' checkLatest: true ...
Arun Singh's user avatar
0 votes
0 answers
18 views

How can I keep standalone lockfiles working in a mono-repo managed by Yarn?

I'm using a monorepo with Yarn workspaces as a means to manage a dozen or so WordPress plugins. Each plugin needs to be able to build (webpack) and deploy independently. The issue happens occasionally ...
m_i_rite's user avatar
-2 votes
0 answers
59 views

Error while Creating docker image, ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1

ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1 FROM node:slim WORKDIR /usr/src/app COPY package.json yarn.lock ./ RUN yarn install COPY ...
ASIF KAIF's user avatar
  • 387
0 votes
1 answer
22 views

How to develop with an external npm package into a Yarn PnP monorepo?

I do have to work with a large Yarn PnP mono repo (~30 packages and 3 micro apps). One of the packages (package-b) is using an external npm package package-a (which is using npm as a package manager) ...
mitchkman's user avatar
  • 6,570
0 votes
0 answers
24 views

Issues with zxing-js/library and Rollup Build: "this" has been rewritten to "undefined"

I'm new to JavaScript and TypeScript and I'm using the zxing-js/library package in my project. When I try to build my project with Rollup, I'm encountering the following errors: (!) "this" ...
Ophir Yaniv's user avatar
1 vote
1 answer
57 views

Rails 7 with Import Maps and CSS Bundling: Assets Not Served from /builds Directory

Rails 7 with Import Maps and CSS Bundling: Assets Not Served from /builds Directory I'm working on a Rails 7 application where I'm using Import Maps for JavaScript and CSS Bundling via Yarn instead of ...
bonhoffer's user avatar
  • 1,453
-2 votes
0 answers
31 views

how to call 'preinstall', 'postinstall', 'prepare, in yarn version - 3.6.4

how to call 'preinstall', 'postinstall', 'prepare, in yarn version - 3.6.4 I need to call above yarn lifecycle methods in ym react native app after giving yarn install
S H I V A's user avatar
0 votes
0 answers
39 views

react native 0.74.2 yarn install error "YN0007: │ com.shiva.test@workspace:. must be built because it never has been before or the last one failed"

react native 0.74.2 yarn install giving following error "YN0007: │ com.shiva.test@workspace:. must be built because it never has been before or the last one failed" also yarn lifecycle ...
S H I V A's user avatar
1 vote
0 answers
40 views

React Native 0.74.2 yarn lifecycle method is not called after running 'yarn install'

How to call lifecycle events of 'yarn install' on react native 0.74.2 and yarn version is 3.6.4 I've added yarn lifecycle methods in my package.json under the scripts section. However, when I run the ...
S H I V A's user avatar
0 votes
0 answers
24 views

"1: This: not found" at any yarn command | NodeJS

I've been trying to setup an environment for a project I was working on windows using WSL. It uses yarn for package management. After setting up everything and installing node, any command with yarn ...
Raihan Rafeek's user avatar
1 vote
2 answers
45 views

Install a TypeScript package from GitHub repository subfolder

I'm using react-select on my ReactJS module, and I needed to make some changes to fit my needs. But now, I'm trying to install my own fork using NPM, and it doesn't work. Error message: Module not ...
William Brochensque junior's user avatar
0 votes
0 answers
11 views

Using the equivalent of yarn offline mirror on yarn berry

We have a setup using yarn offline mirror pointing at a create-no-modify sharepoint. The build server and half the developers use it exclusively and end up fetching all of the packages locally using ...
Joshua's user avatar
  • 42.2k
-1 votes
0 answers
31 views

Yarn does not keep packages installed

I have a problem with Yarn, it does not seem to keep Angular packages. $ ng version Angular CLI: 17.3.8 Node: 20.15.0 Package Manager: yarn 1.22.22 OS: win32 x64 Angular: 17.3.11 ... animations, ...
serge's user avatar
  • 14.8k
0 votes
0 answers
23 views

How to watch node_modules/sdk/src in a vitejs project?

We have a vitejs web project and 3 local sdks (built by vitejs' lib mode). The web project depends on the 3 sdks (through yarn link) CURRRENT SITUATION: Currently we have to start 4 watches (yarn dev) ...
user2990181's user avatar
-2 votes
1 answer
126 views

Yarn adds .yarn and .yarnrc.yml to my repo

Whenever I run yarn install, .yarn/ folder and .yarnrc.yml are added to my repo. I have to manually remove them all the time before commiting in git. How can I prevent this behaviour? Why does this ...
AlbertMunichMar's user avatar
0 votes
0 answers
46 views

Migrating from yarn to pnpm - ENOENT errors in jest tests

I am trying to migrate a yarn based monorepo to pnpm. For the context, the repo contains a shared folder, which most other projects use. We are using Jest v26 with React v17, and node v20. Trying to ...
Frexus's user avatar
  • 150
2 votes
0 answers
33 views

Cannot find type declaration in yarn workspace common packages

Need some help declaring global modules using yarn workspaces. Can't figure out where to put declarations so they work as expected File structure: root/ ├── app/ ├── common/ │ ├── assets/ │ │ ├──...
Karolis's user avatar
  • 46
0 votes
1 answer
592 views

error AggregateError [ECONNREFUSED] at internalConnectMultiple (node:net:1116:18) on yarn install in vue3 project

I'm trying to run yarn install in a Vue project and I receive this error: yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... error AggregateError [ECONNREFUSED]: at ...
tao's user avatar
  • 87.7k
0 votes
0 answers
22 views

How to install npm package from private GitHub repo using yarn?

I have npm package in private GitHub repo. How could I install it using yarn v1 in Dockerfile? Without Dockerfile on my machine I use "package_name": "git+ssh://[email protected]/org_name/...
Tarasovych's user avatar
  • 2,358
0 votes
0 answers
88 views

How can I make yarn --silent always?

By default, yarn outputs version and timing info every time you run it: $ yarn yarn install v1.22.22 [1/4] 🔍 Resolving packages... success Already up-to-date. ✨ Done in 0.02s. Is there a better ...
Denis Howe's user avatar
  • 2,284
0 votes
0 answers
29 views

Getting "semantic error TS2339: Property 'hgetall' does not exist on type 'Redis'" when creating a package with ioredis and tsdx

I used npx tsdx to create a basic module. I then added ioredis package. When I use methods like hgetall or del in the package I get this typescript error (typescript) Error: /sample/redis-package/src/...
kheme's user avatar
  • 31
1 vote
0 answers
32 views

Yarn start not working, on mac, I tried uninstalling & installing process completely but still giving error

Yarn start not working, I tried uninstalling & installing process completely but still giving error wingspro@Mac-Pro resident-connect-mobile % yarn start node:internal/modules/cjs/loader:1080 ...
Kishan's user avatar
  • 136

15 30 50 per page
1
2 3 4 5
139