survey-creator
survey-creator copied to clipboard
How to run the surveyjs-creator repo
hi all can anyone please guide me about the surveyjs creator repo, how can i run this on my system locally.
i am trying to run this on the react environment
i have installed the node modules then i ran the command
npm start
but gives me this error:

Please help me out, it will be a great favor to me
regards babar ali shah
@babaralishah You should go to survey-creator/packages/survey-creator-react/
Thank you, Andrew
@andrewtelnov Alright, Andrew! As you said. Lemme do that... Thank you!
@andrewtelnov
i have installed the node mudules,
now I am getting this while running npm start

On installing
npm install -g webpack-dev-server
i am getting this


@andrewtelnov I've gone to survey-creator/packages/survey-creator-vue/ and run it, it stuck there
@babaralishah As @tsv2013 wrote in another your ticket you will need to clone survey-library and survey-creator into the same directory.
Then go to survey-library and in console run:
npm install
npm run build_core
npm run build_react_ui
After that go to survey-creator/package/survey-creator-core and run:
npm install
npm run build
After that you can go into survey-creator/package/survey-creator-react and run:
npm install
npm run build
npm run start
Thank you, Andrew
We haven't implemented survey-creator-vue, it's just a stub @Saqib-Sattar
@babaralishah As @tsv2013 wrote in another your ticket you will need to clone survey-library and survey-creator into the same directory. Then go to survey-library and in console run:
npm installnpm run build_corenpm run build_react_uiAfter that go to survey-creator/package/survey-creator-core and run:npm installnpm run buildAfter that you can go into survey-creator/package/survey-creator-react and run:npm installnpm run buildnpm run startThank you, Andrew
@andrewtelnov firstly, I go to survey-library and then run all the commands that you've written here and it's working fine, after that, I go to survey-creator/package/survey-creator-core and run the commands that you've mentioned above but when I go into survey-creator/package/survey-creator-react and run the command npm run build, it throws me this error