AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

build failed: Can't resolve './getPassKey' #1750

Closed kiinoo closed 3 weeks ago

kiinoo commented 3 weeks ago

Describe the bug

run yarn dev, got the following problem:

ERROR in ./src/utils/decryptFlow.js 6:0-38
Module not found: Error: Can't resolve './getPassKey' in '/Users/user1/code/automa/src/utils'
resolve './getPassKey' in '/Users/user1/code/automa/src/utils'
  using description file: /Users/user1/code/automa/package.json (relative path: ./src/utils)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/user1/code/automa/package.json (relative path: ./src/utils/getPassKey)
      no extension

To Reproduce Steps to reproduce the behavior:

  1. yarn install
  2. yarn dev

Expected behavior build success

Screenshots

Desktop (please complete the following information):

Additional context

kiinoo commented 3 weeks ago

https://github.com/AutomaApp/automa/issues/301