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
After updating to Ember octane our build process in the deployment pipeline fails with the error Error: Cannot find module 'abortcontroller-polyfill/dist/cjs-ponyfill' and when I try to reproduce the error locally (because I saw this), I get another error when building with ember build --environment production, saying:
broccoliBuilderErrorStack: TypeError: Cannot read property 'source' of undefined
- code: [undefined]
- codeFrame: Cannot read property 'source' of undefined
- errorMessage: Cannot read property 'source' of undefined
at FastBootConfig (Generate: FastBoot package.json)
The text was updated successfully, but these errors were encountered:
Unkrass
changed the title
2 errors: Cannot find module 'abortcontroller-polyfill/ and Cannot read property 'source' of undefined
2 errors: Cannot find module 'abortcontroller-polyfill...' and Cannot read property 'source' of undefined
Jun 23, 2021
we added a yarn inside the dist folder to fix the abortcontroller error and updated a fastboot-app-server dependency that's inside another package.json. everything works fine now.
After updating to Ember octane our build process in the deployment pipeline fails with the error
Error: Cannot find module 'abortcontroller-polyfill/dist/cjs-ponyfill'
and when I try to reproduce the error locally (because I saw this), I get another error when building withember build --environment production
, saying:I used the following packages:
Has anyone seen this before and knows what to do?
The text was updated successfully, but these errors were encountered: