Giter VIP home page Giter VIP logo

Comments (6)

mariotzki avatar mariotzki commented on May 14, 2024

Still getting the issue: (after #93)

image

from azuresearch_jfk_files.

mariotzki avatar mariotzki commented on May 14, 2024

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\mavi\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start:dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart:dev', 'start:dev', 'poststart:dev' ]
5 info lifecycle [email protected]prestart:dev: [email protected]
6 info lifecycle [email protected]
start:dev: [email protected]
7 verbose lifecycle [email protected]start:dev: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
start:dev: PATH: C:\Users\mavi\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\mavi\source\github\AzureSearch_JFK_Files\frontend\node_modules.bin;C:\Python27;C:\Python27\Scripts;C:\Python38\Scripts;C:\Python38;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio;C:\Program Files\Git\cmd;C:\Program Files (x86)\LINQPad5;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Microsoft\Web Platform Installer;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files\dotnet;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs;C:\Users\mavi\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Microsoft VS Code\bin;C:\Users\mavi\AppData\Local\Programs\Fiddler;C:\Users\mavi\AppData\Local\Microsoft\WindowsApps;C:\Users\mavi.dotnet\tools;C:\Users\mavi.dotnet\tools;C:\Users\mavi\AppData\Roaming\npm
9 verbose lifecycle [email protected]start:dev: CWD: C:\Users\mavi\source\github\AzureSearch_JFK_Files\frontend
10 silly lifecycle [email protected]
start:dev: Args: [ '/d /s /c',
10 silly lifecycle 'env-cmd .env cross-env NODE_ENV=development webpack-dev-server --config=webpack.dev.config.js' ]
11 silly lifecycle [email protected]start:dev: Returned: code: 4294967295 signal: null
12 info lifecycle [email protected]
start:dev: Failed to exec start:dev script
13 verbose stack Error: [email protected] start:dev: env-cmd .env cross-env NODE_ENV=development webpack-dev-server --config=webpack.dev.config.js
13 verbose stack Exit status 4294967295
13 verbose stack at EventEmitter. (C:\Users\mavi\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:283:16)
13 verbose stack at EventEmitter.emit (events.js:193:13)
13 verbose stack at ChildProcess. (C:\Users\mavi\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:193:13)
13 verbose stack at maybeClose (internal/child_process.js:999:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:266:5)
14 verbose pkgid [email protected]
15 verbose cwd C:\Users\mavi\source\github\AzureSearch_JFK_Files\frontend
16 verbose Windows_NT 10.0.19041
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\mavi\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "start:dev"
18 verbose node v11.15.0
19 verbose npm v6.0.1
20 error code ELIFECYCLE
21 error errno 4294967295
22 error [email protected] start:dev: env-cmd .env cross-env NODE_ENV=development webpack-dev-server --config=webpack.dev.config.js
22 error Exit status 4294967295
23 error Failed at the [email protected] start:dev script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 4294967295, true ]

from azuresearch_jfk_files.

Careyjmac avatar Careyjmac commented on May 14, 2024

It looks like you are trying to use a different command from the one in the docs, can you try the one described in the demo instructions?

cd frontend
npm install
npm run build:prod

The demo is meant to be deployed to a live azure websites instance, I honestly haven't tried to deploy it locally in quite some time so if that is your goal I'm not sure what the steps would be to resolve that.

from azuresearch_jfk_files.

mariotzki avatar mariotzki commented on May 14, 2024

Thanks. Did that. Now, I'm not getting any network calls after clicking the button.
https://jfk-site-vfowxf4akopu6.azurewebsites.net/
image

from azuresearch_jfk_files.

Careyjmac avatar Careyjmac commented on May 14, 2024

You also need to make sure the rest of the demo is set up and run correctly so that the .env file gets populated with the correct values. As discussed in #65 you may also need to reset the .env file to the original state before running the JfkInitializer so that the JfkInitializer can do the find and replace on the values that it needs to correctly.

I suggest you start from step 1 with a fresh clone of the repo and work your way through the demo completely, and if after following all the direction exactly as laid out if it still doesnt work please let me know which step failed and what error occurred.

from azuresearch_jfk_files.

mariotzki avatar mariotzki commented on May 14, 2024

I re-did the jfkinitializer and frontend steps, it fixed the problem. Thank you!

from azuresearch_jfk_files.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.