yarn-lock.json Questions
11
In local enviroments I have no problem, but running a production enviroment on jenkins with this script it does:
yarn install --production
yarn build
The build takes like 5 minutes, in the end, ...
Sponger asked 13/9, 2019 at 12:37
4
Solved
I have an issue regarding one dependency in my yarn.lock file. The issue is with ldapjs, the latest version has a bug regarding special characters in user or password so I want to freeze it in the ...
Sheave asked 8/9, 2020 at 20:55
1
I am using the package "csv-file-validator": "^1.8.0" which comes with 3 dependencies
famulus "2.1.2"
lodash "4.17.15"
papaparse "^5.2.0"
I wou...
Hygroscopic asked 16/11, 2020 at 21:55
1
After upgrading to yarn 3, when I run yarn install, the resolutions are getting removed from package.json and added in yarn.lock file.
Are resolutions not supposed to reside in package.json when us...
Obligee asked 20/7, 2022 at 10:50
6
Solved
I have just made some pulls from my library's from GitHub, I was using my windows computer to do the coding in VSCode. The code has no problem, although when I attempt to run npm install or yarn in...
Studbook asked 5/10, 2021 at 14:40
2
Solved
I have read through the documentation on yarn commands and yarn.lock, and I was led to believe that the whole point of a yarn.lock file was to use the version specified in that file.
What I was cu...
Telemeter asked 31/7, 2019 at 17:34
4
Suddenly yarn is not working. Npm works perfectly but yarn only is able to run yarn -v, any other command such as yarn, yarn test, or yarn watch shows this error
Arguments:
/home/my.user/.nvm/ver...
Derayne asked 19/2, 2021 at 15:29
0
I'm using yarn berry, specifically version 3.0.0, but was also having the same issue with 2.4.2. When I run yarn install --immutable in CI I get the error:
[2021-07-27T04:51:41Z] ➤ YN0028: │ The lo...
Collocation asked 27/7, 2021 at 5:5
2
I'd like to verify whether all the dependencies in my project (package.json and yarn.lock) are satisfied without having to run yarn install (which builds out a whole dependency tree and makes netwo...
Pacifier asked 24/1, 2021 at 5:20
2
Solved
For some reason, the command yarn is modifying the file yarn.lock with a new property to every dependency: integrity.
Git diff:
+integrity sha1-zgBCgEX7t9AxwWp7+DV4nxU2arI=
I couldn't find do...
Paugh asked 29/11, 2018 at 13:43
1
© 2022 - 2024 — McMap. All rights reserved.