browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

Stuck during build

Open diegoasua opened this issue 1 year ago • 2 comments

While following the instructions to build the plugin my M1 got stuck after running yarn start. This is the output

yarn run v1.22.19
warning ../../../package.json: No license field
$ node utils/webserver.js
Failed to load /Users/diego/Documents/ai/browser-extension/.env.
<i> [webpack-dev-server] Project is running at:
<i> [webpack-dev-server] Loopback: http://localhost:3001/, http://127.0.0.1:3001/
<i> [webpack-dev-server] Content not from webpack is served from .../browser-extension/build' directory
assets by path *.js 14.2 MiB
  asset popup.bundle.js 5.54 MiB [emitted] (name: popup) 1 related asset
  asset panel.bundle.js 5.54 MiB [emitted] (name: panel) 1 related asset
  + 5 assets
assets by path *.html 1.08 KiB
  asset newtab.html 271 bytes [emitted]
  asset panel.html 225 bytes [emitted]
  + 3 assets
assets by path *.png 11.1 KiB
  asset 7a1ed082803ab6213c82.png 4.64 KiB [emitted] [immutable] [from: src/assets/img/icon-128.png] (auxiliary name: panel, popup)
  asset icon-128.png 4.64 KiB [emitted] [from: src/assets/img/icon-128.png] [copied]
  asset icon-34.png 1.84 KiB [emitted] [from: src/assets/img/icon-34.png] [copied]
asset manifest.json 823 bytes [emitted] [from: src/manifest.json] [copied]
asset 64101ebb7777441ff38a.svg 772 bytes [emitted] [immutable] [from: src/assets/img/logo.svg] (auxiliary name: newtab)
asset content.styles.css 304 bytes [emitted] [from: src/pages/Content/content.styles.css] [copied]
orphan modules 847 KiB [orphan] 662 modules
runtime modules 185 KiB 87 modules
cacheable modules 4.66 MiB (javascript) 5.39 KiB (asset)
  modules by path ./node_modules/ 4.38 MiB 474 modules
  modules by path ./src/ 292 KiB (javascript) 5.39 KiB (asset)
    javascript modules 291 KiB
      modules by path ./src/pages/ 66.5 KiB 28 modules
      modules by path ./src/helpers/ 158 KiB 11 modules
      modules by path ./src/common/*.tsx 35.7 KiB 8 modules
      modules by path ./src/state/*.ts 29.8 KiB 4 modules
      ./src/constants.ts 1.02 KiB [built] [code generated]
    asset modules 84 bytes (javascript) 5.39 KiB (asset)
      ./src/assets/img/logo.svg 42 bytes (javascript) 772 bytes (asset) [built] [code generated]
      ./src/assets/img/icon-128.png 42 bytes (javascript) 4.64 KiB (asset) [built] [code generated]
webpack 5.75.0 compiled successfully in 2749 ms

It has been stuck there for 10 minutes so I killed the process.

diegoasua avatar Apr 09 '23 16:04 diegoasua

me too.

Win11 node18.0.0

YAOYI626 avatar Apr 11 '23 08:04 YAOYI626

This means that you are ready to use the extension. Please proceed with the next steps, it is not stuck, it is just keeping the backend open.

aristide1997 avatar Apr 12 '23 16:04 aristide1997