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 has been archived by the owner on Jan 23, 2023. It is now read-only.
I'm trying to use your node module to create a 360 virtual tour but I get his error when I start the project:
./node_modules/react-marzipano/dist/index.js Module not found: Can't resolve 'marzipano' in '/Users/USER/Documents/Projects/marzipano/node_modules/react-marzipano/dist'
Can you help me with some suggestions?
Thank you!
The text was updated successfully, but these errors were encountered:
I can't seem to replicate the bug on my own setup. Would you mind either posting some of your source code here (especially package.json, webpack/babel stuff or whatever configuration for the build tool you're using), or just pushing the whole repository onto github and linking it here?
The import ir searching "react-marzipano.es.js" on dist folder from the root of the project. This path doesn't exist.
EDIT: Also, if I modify this path to the "marzipano.js" library downloaded from "marzipano.net" I get this problem that I'm not really sure how to solve it:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to use your node module to create a 360 virtual tour but I get his error when I start the project:
./node_modules/react-marzipano/dist/index.js Module not found: Can't resolve 'marzipano' in '/Users/USER/Documents/Projects/marzipano/node_modules/react-marzipano/dist'
Can you help me with some suggestions?
Thank you!
The text was updated successfully, but these errors were encountered: