labnol / apps-script-starter

Setup a local development environment inside Visual Studio Code and build Google Workspace add-ons with Google Apps Script
https://www.youtube.com/watch?v=KxdCIbeO4Uk
MIT License
1.1k stars 176 forks source link

Error: Cannot find module '@babel/core' #22

Closed canuradha closed 4 years ago

canuradha commented 4 years ago

After the latest commit to integrate V8 Runtime Support "npm run build" gives the above error even for the initial build as well. This can be resolved by re-adding the @bable/core module (which was removed in the V8 runtime support commit) but I don't think it will accomplish the V8 integration.

basil2style commented 4 years ago

@canuradha It's giving me the same error even if I re add the babel module.

basil2style commented 4 years ago

It's working for me now when I updated the package.json "babel-loader": "^8.0.6"

labnol commented 4 years ago

Resolved.