-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Absolute and tilde paths doesn't work #1236
Comments
Disable autoinstall this should throw the correct error u encounter, using Sent with GitHawk |
I've just tried with |
That's strange is the file being created in the dist directory? |
no it isn't, just checked, |
You can comment the repo here, no need to open a new issue |
Closing due to inactivity and autoinstall has been fixed |
I have the same problem. Minimal reproducible repo: https://github.com/marcosbozzani/parcel-bug-tilde-abs-paths Just clone the repo, Tilde error: For now, I've patched I've also created created a PR with tests: #1324
|
Me too. With ubuntu 18.04, npm 6 and node 9. The only difference that I use vuejs. And am trying to resolve It simply puts the tilde to the relative path like this: 'cannot resolve in /abspath/~/foo/bar.js'. The very similar trouble with paths, that begin with a slash. |
is it really a question or a bug? I've done nothing but using a plain parcel to reproduce this in two projects. I even guess, that others just don't use these aliases at all. |
@DeMoorJasper can we keep this open until the fix is released? I've found tracking this problem really difficult because according to all records it has been a feature for ages, with all associated bug reports / feature requests closed, which gives the misleading impression that it should be usable now. |
It doesn't seems the issue is fixed in the latest release |
@DeMoorJasper please reopen. this is not fixed. it is horrible looking through all the internet for a solution, and found several times it being mentioned as fixed, then after several times recognizing this as my problem, realizing this was never fixed properly in the first place. |
This is still not working. Was Parcel 1 abandoned in favor of Parcel 2 development 2 years ago? |
@julianeden looks like parcel's issues have been abandoned years ago (: |
Related: #850 (comment)
For example this:
installs the "assets" package for me :)
The text was updated successfully, but these errors were encountered: