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
Hi - I have tried to follow the example here and all works fine until yarn develop. When I run that command I see the following error related to @babel/core:
yarn run v1.22.22
warning ../../../package.json: No license field
$ webpack serve --hot --port 8080 --https --disable-host-check --config webpack.develop.js
ℹ 「wds」: Generating SSL Certificate
ℹ 「wds」: Project is running at https://localhost:8080/
ℹ 「wds」: webpack output is served from http://localhost:8080/
ℹ 「wds」: Content not from webpack is served from /Users/markfavorito/Documents/repos/test-extension
✖ 「wdm」: asset bundle.js 497 KiB [emitted] (name: app) 1 related asset
runtime modules 25.7 KiB 10 modules
modules by path ./node_modules/ 433 KiB
modules by path ./node_modules/webpack-dev-server/ 34 KiB 12 modules
modules by path ./node_modules/es-errors/*.js 7.6 KiB 7 modules
modules by path ./node_modules/webpack/hot/ 9.44 KiB 5 modules
modules by path ./node_modules/html-entities/lib/*.js 66.2 KiB 5 modules
modules by path ./node_modules/qs/lib/*.js 34.9 KiB 5 modules
modules by path ./node_modules/url/ 39.4 KiB 2 modules
modules by path ./node_modules/call-bind/*.js 3.45 KiB 2 modules
modules by path ./node_modules/has-symbols/*.js 4.17 KiB 2 modules
modules by path ./node_modules/function-bind/*.js 4.18 KiB 2 modules
+ 14 modules
./src/index.js 39 bytes [built] [code generated] [1 error]
./util.inspect (ignored) 15 bytes [built] [code generated]
ERROR in ./src/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL]: Cannot find module '@babel/core'
Based on my research/googling there seem to be issues related to a babel update. I have also seen issues here and in the examples repo related to babel.
The text was updated successfully, but these errors were encountered:
mfavorito1995
changed the title
Unable to use this tool or follow alternative Looker Extension instructions due to Babel issues.
Unable to use this tool due to Babel issues.
Oct 9, 2024
Hi - I have tried to follow the example here and all works fine until
yarn develop
. When I run that command I see the following error related to @babel/core:This error persists after following installation instructions here: https://www.npmjs.com/package/@babel/core
Based on my research/googling there seem to be issues related to a babel update. I have also seen issues here and in the examples repo related to babel.
The text was updated successfully, but these errors were encountered: