missing npm packages while installing [email protected] with cft 119.0.6045.105 #4671
Unanswered
Karthikeyan2752
asked this question in
Q&A
Replies: 0 comments 2 replies
-
try to |
Beta Was this translation helpful? Give feedback.
0 replies
-
On Thu, 11 Jan 2024 at 4:31 PM, Marco Ippolito ***@***.***> wrote:
try to npm set registry https://registry.npmjs.org/
—
Reply to this email directly, view it on GitHub
<https://github.com/orgs/nodejs/discussions/51436#discussioncomment-8093350>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A272HD6VHAU6JKSNRJVMLQDYN7A73AVCNFSM6AAAAABBWBRUAOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAOJTGM2TA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Tried, same packages missing error is coming, but it is working fine with
120 cft version. I am installing all these using - - prefix command.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
am trying to update the puppeteer from 20.9.0 to 21.5.2 for and chrome for testing to 119_0_6045_105, for the puppeteer installatio i am using this command and used node js 16.16.0 before and upgrading to 20.10.0 "$node_bin_path"/npm install puppeteer@"$puppeteer_version" --omit=dev --prefix "$node_modules_path" if remove prefix command, it is working fine, but i want the install the puppeteer in a specific directory, help me sort out the issuue, INSTALLATION LOG: `
i have tried insatalling other versions of node, the samed error is showing, and i tried with 120 stable chrome for testing version it is working fine, but the puppeteer suggest only 119 chrome version, when i install the puppeteer globally it is working fine, but showing error when we try to install it in a specific directory using --prefix. help me.
Beta Was this translation helpful? Give feedback.
All reactions