Skip to content
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

Cannot resolve dependency './filename.svg' #8

Open
jwhazel opened this issue Jun 6, 2018 · 4 comments
Open

Cannot resolve dependency './filename.svg' #8

jwhazel opened this issue Jun 6, 2018 · 4 comments

Comments

@jwhazel
Copy link

jwhazel commented Jun 6, 2018

MacOSX 10.12.6
Node v10.0.0
Parcel 1.5.1

Tried installing this in my project and kept getting the above error. Cloned this whole repo and ran the example and get the same thing. It errors out on trying to import any svg file.

@albinotonnina
Copy link
Owner

Hi @jwhazel, I'll have a look asap.
Sorry to ask, is there a reason why you are using an old version of Parcel?

@dandv
Copy link

dandv commented Dec 24, 2018

@albinotonnina: the example here uses 1.5.1. I know that in semver, ^1.5.1 should resolve to 1.11.0 nowadays, but I still ended up with 1.5.1 in #16.

@hendrul
Copy link

hendrul commented Dec 27, 2018

The same here with
Windows10 64x
Node 8.11.2
parcel v1.11.0

@shulamyt
Copy link

I debug this probelm and i see that lib/assert.js require 'parcel-bundler'.
I install 'parcel-bundler' and it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants