Missing process.js #148
Unanswered
franklinhardt
asked this question in
Q&A
Replies: 0 comments
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.
-
I followed the instructions to implement a Spline scene in a a create-react-app project but I get:
Cannot find module './process.js' at http://localhost:3000/static/js/bundle.js:14:11
I've installed:
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.422",
It worked with older versions:
"@splinetool/react-spline": "2.2.2",
"@splinetool/runtime": "0.9.414",
Beta Was this translation helpful? Give feedback.
All reactions