Coder Social home page Coder Social logo

How to install about raven-reader HOT 8 CLOSED

MrSassyBritches avatar MrSassyBritches commented on August 25, 2024
How to install

from raven-reader.

Comments (8)

thenexxuz-zz avatar thenexxuz-zz commented on August 25, 2024 1

@mrgodhani yes it compiles now! Thank you!

from raven-reader.

mrgodhani avatar mrgodhani commented on August 25, 2024

@MrSassyBritches as per instruction you need to install Atom Electron on your pc as well as NPM. Once you have done that follow the instructions from readme.

By going to cloned directory and executing below commands

npm install // install dependencies

npm run release // package app, will create app in release directory.

Build for windows should be there on release directory. I myself use mac only so didn't get chance to test it out on Windows machine.

from raven-reader.

BigBlueHat avatar BigBlueHat commented on August 25, 2024

On Windows 10 I'm mostly seeing webpack errors:

WARNING in ./app/~/encoding/lib/iconv-loader.js
Critical dependencies:
9:12-34 the request of a dependency is an expression
 @ ./app/~/encoding/lib/iconv-loader.js 9:12-34

ERROR in ./app/app.js
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app
 @ ./app/app.js 42:10-27

ERROR in ./app/~/babel-loader?optional[]=runtime&loose=all&nonStandard=false!./app/~/vue-loader/lib/selector.js?type=script&index=0!./app/components/Main.vue
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app\components
 @ ./app/~/babel-loader?optional[]=runtime&loose=all&nonStandard=false!./app/~/vue-loader/lib/selector.js?type=script&index=0!./app/components/Main.vue 26:10-27

ERROR in ./app/~/babel-loader?optional[]=runtime&loose=all&nonStandard=false!./app/~/vue-loader/lib/selector.js?type=script&index=0!./app/components/ManageFeed.vue
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app\components
 @ ./app/~/babel-loader?optional[]=runtime&loose=all&nonStandard=false!./app/~/vue-loader/lib/selector.js?type=script&index=0!./app/components/ManageFeed.vue 11:10-27 15:13-30

ERROR in ./app/helpers/refresh.js
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app\helpers
 @ ./app/helpers/refresh.js 37:10-27

ERROR in ./app/helpers/queue.js
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app\helpers
 @ ./app/helpers/queue.js 21:10-27

ERROR in ./app/db.js
Module not found: Error: Cannot resolve module 'remote' in c:\Users\Benjamin\Documents\GitHub\rss-reader\app
 @ ./app/db.js 4:10-27

I'm new to webpack (preferring browserify), but I'd love to give this reader a try (as I do a good bit of Vue.js coding).

Any thoughts on those errors?

from raven-reader.

BigBlueHat avatar BigBlueHat commented on August 25, 2024

I also got this one about NSIS after those earlier ones:

[10:04:29] Building installer with NSIS...

c:\Users\Benjamin\Documents\GitHub\rss-reader\tasks\release_windows.js:100
            throw "Can't find NSIS. Are you sure you've installed it and"
            ^
 Can't find NSIS. Are you sure you've installed it and added to PATH environment variable?

from raven-reader.

mrgodhani avatar mrgodhani commented on August 25, 2024

@BigBlueHat For remote module resolve, I will push the fix for it. Reason for breaking is because Electron recently got updated to new 1.0 and many API changes too. I will work on updating into new version soon. If anyone wants to contribute please feel free to post PR. :)

from raven-reader.

thenexxuz-zz avatar thenexxuz-zz commented on August 25, 2024

I am having the same issue on Fedora. I would be happy to help update the API...but where should begin?

from raven-reader.

mrgodhani avatar mrgodhani commented on August 25, 2024

@thenexxuz So you are not able to package for Fedora ? Issue might be inside packaging. Packaging is handled by https://github.com/electron-userland/electron-packager. And since Fedora is Linux it relies on https://github.com/mrgodhani/rss-reader/blob/master/tasks/release_linux.js. I am working on updated version already with new version of vuex and latest version of electron (https://github.com/mrgodhani/rss-reader/tree/develop). Which I intend to release it by this sunday. If you can figure out how to fix the API that would be the place. And you can always post PR.

from raven-reader.

mrgodhani avatar mrgodhani commented on August 25, 2024

@thenexxuz I just pushed new release. Still needs some updates as I am adding features into it. But you can now try packaging your app and should work.

from raven-reader.

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.