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
When I try to run it in dev mode doing (yarn dev) i am having this kind of error in the frontend
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/App.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/apikey.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/assistants.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/chatflows.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/chatmessage.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/client.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/config.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
/Users/x/Desktop/flowise/Flowise/node_modules/react-scripts/config/placeholder.js
Referenced from: /Users/x/Desktop/flowise/Flowise/.eslintrc.js
Any help ???
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I try to run it in dev mode doing (yarn dev) i am having this kind of error in the frontend
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/App.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/apikey.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/assistants.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/chatflows.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/chatmessage.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/client.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
ERROR in ./src/api/config.js 1:40-126
Module not found: Error: You attempted to import /Users/x/Desktop/flowise/Flowise/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
/Users/x/Desktop/flowise/Flowise/node_modules/react-scripts/config/placeholder.js
Referenced from: /Users/x/Desktop/flowise/Flowise/.eslintrc.js
Any help ???
Beta Was this translation helpful? Give feedback.
All reactions