Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

'HTTPS' is not recognized as an internal or external command

I want to run a React project in my Windows (as a virtual machine of my Mac). In a Command …

npm windows-10 command-prompt yarnpkg umijs
yarn command not found in gitlab ci

I am trying to configure my gitlab-ci to use yarn install instead of npm install My current gitlab-ci.yml looks …

node.js npm gitlab-ci gitlab-ci-runner yarnpkg
How to increase the timeout for `yarn install`

I'm currently using Yarn on a very unstable internet connection. Sometimes it takes hours until I can finally download all …

download connection yarnpkg
Should I add yarn-error.log to my .gitignore file?

Yarn has created yarn.lock and yarn-error.log. I have been told not to add yarn.lock to my .gitignore …

node.js yarnpkg
Install devDependencies and dependencies together with yarn

Is it possible to install devDependencies and dependencies together with yarn? For example, if I want to install react and …

javascript node.js npm yarnpkg
Heroku build failing due to Yarn and npm lockfile conflict

I'm trying to deploy a React Web app on Heroku using the Heroku CLI. However when I run, git push …

node.js heroku server package-managers yarnpkg
internal/modules/cjs/loader.js:800 throw err

Executed yarn install in my project folder and got below error. internal/modules/cjs/loader.js:800 throw err; ^ Error: Cannot …

javascript node.js npm yarnpkg ts-node
nvm with yarn Yarn requires Node.js 4.0 or higher to be installed

I have nvm: nvm ls v8.11.3 v8.11.4 -> v11.1.0 default -> 8.11.4 (-> v8.11.4) node -> stable (…

yarnpkg nvm
'Yarn install' cause 'trouble with network connection'

yarn install v0.21.3 [1/4] Resolving packages... warning There appears to be trouble with your network connection. Retrying... warning There appears to …

ruby-on-rails-4 yarnpkg react-on-rails
What is the integrity property inside yarn.lock file?

For some reason, the command yarn is modifying the file yarn.lock with a new property to every dependency: integrity. …

javascript yarnpkg yarn-lock.json