Coder Social home page Coder Social logo

Comments (8)

joaogarin avatar joaogarin commented on July 30, 2024

Hello Can you check this issue, someone had something simillar but they where able to get it working? I cant seem to reproduce this one :/ #38

from angular-electron.

joaogarin avatar joaogarin commented on July 30, 2024

Hello,

Where you able to find something? There is also this issue here in the angular-cli which points to something simillar angular/angular-cli#1922

I just ran a clean

rm -rf node_modules && npm install && npm run build

And I got no errors.

Best regards
Joao Garin

from angular-electron.

nagarsuresh avatar nagarsuresh commented on July 30, 2024

i was facing the same issue and I am very new to webpack+electon etc, i did one change and it got build and can see the app also require('os').platform() is printing darwin in console.
all i did was in the webpack.config.json
replace the line
config.target = webpackTargetElectronRenderer(config);
with
config.target = 'electron-renderer';
and commented webpackTargetElectronRenderer in the webpack.config.json
coz in the https://github.com/chentsulin/webpack-target-electron-renderer its given something like that.
is it ok to do that ?

from angular-electron.

joaogarin avatar joaogarin commented on July 30, 2024

Yes that looks correct looking at https://github.com/chentsulin/webpack-target-electron-renderer#migrate-to-webpack-2-or-webpack-1--11215

If you want to make a pull request for that it would be awesome. If not I will included as soon as I get some time.

Thanks for the info!

from angular-electron.

nagarsuresh avatar nagarsuresh commented on July 30, 2024

Thanks @joaogarin ,
I will make a pull request for this.

from angular-electron.

nagarsuresh avatar nagarsuresh commented on July 30, 2024

@joaogarin i am not able to create remote branch, could you add me as collaborator to the project.

from angular-electron.

joaogarin avatar joaogarin commented on July 30, 2024

You would have to fork the repository, create your own branch in your own repository (not in this one) and then issue a pull request.

You can read more about it here : https://help.github.com/articles/creating-a-pull-request/

from angular-electron.

nagarsuresh avatar nagarsuresh commented on July 30, 2024

Thanks @joaogarin for pointing in right direction, created a pull request.

from angular-electron.

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.