-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module 'abortcontroller-polyfill/dist/cjs-ponyfill' #184
Comments
This happens to me when I resolve to fastboot |
I also stumbled into this. Even with the latest release.
Weird. It is just the opposite for me, I was able to fix it by forcing I dug into this, and I think the use of
In the latest version of |
I can confirm this happens on I set a debugger at the line before node does It could be yarn link issue or ember-cli-fastboot issue which I don't know. fastboot@2.0.0 containing ember-fastboot/fastboot#200 is a good to have but it doesn't help with the link issue.
|
I'm still getting this with ember-data@3.9.1 in fastboot.
|
I believe this issue can be closed.
If there's something missing here please reopen or create another issue. |
@xg-wang works for me |
I have found if you just install |
Do you know how to do that on a heroku server? |
A similar issue was recently closed #115 but I do not understand how to resolve this issue in the case of linking a local dependency now with these recent updates.
For example, I currently need to use a branch of
ember-cli-fastboot
to fix an issue with the shoebox so I until the PR is merged I use this branch https://github.com/chrism/ember-cli-fastboot/tree/fix-shoebox which works when the remote URL is used in my package.json.However, if I try to use this same branch locally, by using
yarn link
andyarn link "ember-cli-fastboot"
in my test application then whereas this used to work I now get this error.This seems like a regression because it was working until recently (I needed it to work to develop the shoebox fix in the first place).
Have I missed something, or is this no longer possible?
The text was updated successfully, but these errors were encountered: