Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Commit 384a028

Browse files
author
Frank Mayer
authored
Added troubleshooting for "Could not find module ... satisfying ..."
1 parent 6800113 commit 384a028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

troubleshooting.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
1. Make sure all paths in your source files are correct.
44
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

Comments
 (0)