GithubHelp home page GithubHelp logo

electron-tabs Not installing about electron-tabs HOT 4 CLOSED

brrd avatar brrd commented on May 13, 2024
electron-tabs Not installing

from electron-tabs.

Comments (4)

brrd avatar brrd commented on May 13, 2024

By doing this you are actually trying to install electron-tabs as a dependency of itself, which is not possible.

Just do:

cd electron-tabs
npm install

Or if you want to use it in your project, use npm install --save electron-tabs but from your project directory (so you don't need to download it manually, npm will do it for you).

npm install documentation: https://docs.npmjs.com/cli/install

Someone also wrote a demo app for electron-tabs (I never tried it though): https://github.com/Vj3k0/electron-tabs

from electron-tabs.

Devhercule avatar Devhercule commented on May 13, 2024

Thank you for your reply
I did what you said:

cd electron-tabs
npm install

and i have this as result :

D:\electron\electron-tabs>npm install

D:\electron\electron-tabs>npm start
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v6.11.0
npm ERR! npm v3.10.10

npm ERR! missing script: start
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! D:\electron\electron-tabs\npm-debug.log

PS: the node_modules folder is empty
I can't test it

from electron-tabs.

brrd avatar brrd commented on May 13, 2024

I don't really understand what you expect...
There is no demo yet in electron-tabs (see #6). For now you can use https://github.com/Vj3k0/electron-tabs or write your own demo app.

from electron-tabs.

Devhercule avatar Devhercule commented on May 13, 2024

ahh ok thank you
I tested the example https://github.com/Vj3k0/electron-tabs it works

from electron-tabs.

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.