Parcel on a Pixelbook Go with Linux errors #4659
Unanswered
eddiepearson
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I'm fairly new to coding in general, let alone Parcel. I'm currently working on a project in one of Wes Bos' courses. I usually do my coding on my PC, but since I installed VSCode on my Pixelbook Go and other things through the Linux environment, I figured I'd try it here.
I installed Parcel just fine, but when I go to run it, it gives me this error: "Cannot read property 'attrs' of undefined at ast.walk.node (/usr/local/lib/node_modules/parcel-bundler/src/assets/HTMLAsset.js:139:16)
at traverse (/usr/local/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/api.js:105:26)
at Array.walk (/usr/local/lib/node_modules/parcel-bundler/node_modules/posthtml/lib/api.js:39:10)
at HTMLAsset.collectDependencies (/usr/local/lib/node_modules/parcel-bundler/src/assets/HTMLAsset.js:138:9)
at HTMLAsset.getDependencies (/usr/local/lib/node_modules/parcel-bundler/src/Asset.js:81:18)
^C"
I haven't seen this before and have zero ideas of where to go from here. It works fine on my PC.
Beta Was this translation helpful? Give feedback.
All reactions