Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

113
Views
I am trying to install puppeteer in the VSC terminal funding

I am trying to install puppeteer in the VSC terminal, but whenever i run the install in npm, it does not download and says something needs funding. Help!!

npm i puppeteer

up to date, audited 67 packages in 5s

8 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Your puppeteer package and node_modules are already downloaded.
You can test it by simply run this inside node console:

C:\> node

    Welcome to Node.js v16.14.0.
    Type ".help" for more information.

> const puppeteer = require('puppeteer')
    undefined
> puppeteer
    PuppeteerNode {
      _changedProduct: false,
      _isPuppeteerCore: false,
      _projectRoot: 'C:\Users\username\NodeJS\pptrdev\',
      __productName: undefined,
      _preferredRevision: '961656'
    }
> .exit

If you means .JSON file, then probably referring to the packages.json.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!