You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to webpack a project that uses this package. I get the win-dpapi error, and a lot of other confusing errors. When I attempt to just install win-dpapi, it tells me it can't because I'm on Linux.
ERROR in ./node_modules/chrome-cookies-secure/index.js 72:10-30
Module not found: Error: Can't resolve 'win-dpapi' in 'REDACTED/node_modules/chrome-cookies-secure'
resolve 'win-dpapi' in 'REDACTED/node_modules/chrome-cookies-secure'
Parsed request is a module
using description file: REDACTED/node_modules/chrome-cookies-secure/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
resolve as module
REDACTED/node_modules/chrome-cookies-secure/node_modules doesn't exist or is not a directory
REDACTED/node_modules/node_modules doesn't exist or is not a directory
looking for modules in REDACTED/node_modules
single file module
using description file: REDACTED/package.json (relative path: ./node_modules/win-dpapi)
no extension
Field 'browser' doesn't contain a valid alias configuration
REDACTED/node_modules/win-dpapi doesn't exist
.ts
Field 'browser' doesn't contain a valid alias configuration
REDACTED/node_modules/win-dpapi.ts doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
REDACTED/node_modules/win-dpapi.js doesn't exist
REDACTED/node_modules/win-dpapi doesn't exist
/home/mpanik/localhost/node_modules doesn't exist or is not a directory
/home/mpanik/node_modules doesn't exist or is not a directory
/home/node_modules doesn't exist or is not a directory
/node_modules doesn't exist or is not a directory
@ ./src/popup.js 3:22-54
The text was updated successfully, but these errors were encountered:
Attempting to webpack a project that uses this package. I get the win-dpapi error, and a lot of other confusing errors. When I attempt to just install win-dpapi, it tells me it can't because I'm on Linux.
The text was updated successfully, but these errors were encountered: