You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: troubleshooting.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,4 @@
2
2
3
3
1. Make sure all paths in your source files are correct.
4
4
1. If you want to use npm packages in your code, set the option `baseUrl` in your `tsconfig.json` to `./node_modules` and ensure the dependencies are installed correctly.
5
+
1. If you get an error like this: `Could not find module "@parcel/transformer-sass" satisfying 2.7.0.` remove the package from the `package.json` file and run the photon build. The photon cli will automatically add the right version of all needed transformers.
0 commit comments