[Bug?]: Installing private npm packages in Ubuntu #4072
Labels
bug
Something isn't working
stale
Issues that didn't get attention
unreproducible
This issue cannot be reproduced on master
Self-service
Describe the bug
I'm trying to install the private repo files from GreenSock according to their instructions:
https://greensock.com/docs/v3/Installation#private
While this works fine in Windows 10, I'm having issues in Ubuntu 20.04.
If I run the command
yarn add gsap@npm:@gsap/<package>
I get this response:Also has been suggested in the forums to try this approach as well:
I have done that and when running
yarn add @gsap/shockingly
I get this error:To reproduce
// No dependencies
Environment
Additional context
Is worth noticing that since this happened first in an ongoing project, I created a new project without any dependencies (hence the no dependencies in the section To Reproduce using
yarn init
resulting in thispackage.json
file:This command
yarn dlx -q envinfo --preset jest
didn't return the npm info, so here it is:npm: 8.1.2
The text was updated successfully, but these errors were encountered: