Replies: 2 comments
-
I made a PR #801 to fix the bug. I realize that I don't make the background of this PR clear. So I create a new discussion here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ohhhh I see now, you want to create an alias to a folder within a package. Thanks for the discussion to clarify. Yes, this could be useful. We're trying to get v2.8 out now, but can get this reviewed after that goes out. Thanks for the contribution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Follow steps as below:
npx create-snowpack-app snowpack-react --template @snowpack/app-template-react --use-yarn
cd snowpack-react
yarn add @fortawesome/fontawesome-free
yarn start
browser will throw a Error

Uncaught TypeError: Failed to resolve module specifier "react". Relative references must start with either "/", "./", or "../".
, see the image as below.PTAL @FredKSchott @drwpow.
Beta Was this translation helpful? Give feedback.
All reactions