-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ember-source #16827
Comments
I haven't seen this issue yet, can you provide a demo reproduction? |
I just hit npm install. i had to update another package and saw this after a full npm install. when i go back to 3.2.2 ember source, the error is gone. |
I have exactly the same problem with a regular
I am on Windows 7. |
@poplevente @HerveSeger were you able to resolve this issue? Does clearing the node_modules directory help? |
@pixelhandler this is solved in the last version as far as i see, so the issue was known. |
Maybe this is related to / a dupe of #16881, seeing that downgrading to |
could be. downgrading also worked, but as i see the last version is also fine. |
Hi. @pixelhandler I had to run |
This is still an issue in
which is invalid. Please see #16881 for details of why this breaks the sourcemap build. |
@rwjblue The repro case is in #16844 (closed), but here is a copy: Steps to reproduce
Results
Note the error message indicating that the |
Closing in favor of #16881 |
Hi Guys,
after updating ember-source from 3.2.2 to 3.3.0, i get the following errors:
Warning: ignoring input sourcemap for vendor/ember/ember.debug.js because ENOENT: no such file or directory
Warning: ignoring input sourcemap for vendor/ember/ember-testing.js because ENOENT: no such file or directory
anyone else having this? if i go back to 3.2.2 the warning is gone.
The text was updated successfully, but these errors were encountered: