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
run npm install && npm start by checking into all modules note: while running npm install in forms-flow-admin might throw some error due to version conflict, just run the same command with --force flag to resolve this issue. This is happening since we migrated the specific module from legacy codebase and some dependencies are to be maintained and will resolve this in future.
clone the formsflow.ai [https://github.com/AOT-Technologies/forms-flow-ai] repo.
check into master brach
check into forms-flow-web-root-config directory
update public/config/config.js with all the configurations
run npm install && npm start
check into forms-flow-web directory
run npm install && npm start make sure this module run on port 3001
The application should be available at port 3000.
and I get an error:
Uncaught Error: application '@formsflow/formsflow-web' died in status LOADING_SOURCE_CODE: Unable to resolve bare specifier '@formsflow/formsflow-web' from http://localhost:3000/ (SystemJS Error#8 https://git. io/JvFET#8)
How to fix it?
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
-
I'm deploying the 'https://github.com/AOT-Technologies/forms-flow-ai-micro-front-ends' repository to apply some changes locally,
I perform all the steps described in the instructions Getting started:
The application should be available at port 3000.
and I get an error:
Uncaught Error: application '@formsflow/formsflow-web' died in status LOADING_SOURCE_CODE: Unable to resolve bare specifier '@formsflow/formsflow-web' from http://localhost:3000/ (SystemJS Error#8 https://git. io/JvFET#8)
How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions