tldraw / make-real-starter

Make it real
GNU Affero General Public License v3.0
1.45k stars 242 forks source link

Module not found: Package path ./tldraw.css #13

Closed tpn-ikuto-ishihara closed 11 months ago

tpn-ikuto-ishihara commented 11 months ago

This error occurred and the module was not included. "Module not found: Package path ./tldraw.css"

ThariqS commented 11 months ago

I get this as well!

justintout commented 11 months ago

Try pinning to the exact @tldraw/tldraw version specified in package.json, instead of accepting the compatible (^) versions. Re-install afterward.

"@tldraw/tldraw": "2.0.0-canary.ba4091c59418",

tpn-ikuto-ishihara commented 11 months ago

After Re-install, it worked. thanks.