-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hi! Thanks for putting this package together. I'm having an issue when I type "npm i" into the command line. I get:
d:\jason\Downloads\domestika-downloader-main>npm i
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
[email protected] postinstall d:\jason\Downloads\domestika-downloader-main\node_modules\puppeteer
node install.js
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'puppeteer/internal/node/install.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (d:\jason\Downloads\domestika-downloader-main\node_modules\puppeteer\install.js:38:27)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\jbloom\AppData\Roaming\npm-cache_logs\2025-07-24T18_35_52_810Z-debug.log
Looking in the node_modules folder, I don't see anything for "puppeteer". Is there some way to get that installed, or is something else going on? Here's a picture of the folder structure in node_modules.
