-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot GET / #3
Comments
Sorry, this is a pet project to replace ONVIF Device Manager in web with node.js and onvif,js, not only windows, |
I've read about the project README and that's why I started testing. This is a cool project which might help a lot of people, and shouldn't be stoppped! :-) As I'm really not a frontend guy, could you point out some instructions? |
After installing gulp matthew@0xB1uE7:~/tmp/broviki$ ./node_modules/gulp/bin/gulp.js all _stream_readable.js:583 |
Thanks for feedback! The reason of this error is new behaviour of gulp-browserify plugin. I've fixed this in repo. Also added |
matthew@0xB1uE7:~/workspace/broviki$ ./node_modules/gulp/bin/gulp.js all Error: Cannot find module 'vinyl-source-stream' After installing |
server/app.js runs now with I can see the port opened via But open http://127.0.0.1:6900 will stay in 'connected' state and it never return anything. ^C^] telnet> quit |
runing matthew@0xB1uE7:~/workspace/broviki$ npm run test
Users module 2 passing (644ms)
npm ERR! [email protected] test: |
…879ca [Snyk] Security upgrade react-scripts from 3.4.3 to 4.0.0
Browsing to https://localhost:6900/ only shows a text 'Cannot GET /', no error msg in console.
The text was updated successfully, but these errors were encountered: