Giter VIP home page Giter VIP logo

Comments (5)

ratiw avatar ratiw commented on August 11, 2024

@fivethousand Your installation steps may not be correct. Try this instead

vue init webpack test
cd test
npm install
npm install vue-resource vuetable-2 --save-dev

The step-by-step tutorial should be out by the end of next week. Not sure whether I can get the whole documents out or not.

from vuetable-2.

fivethousand avatar fivethousand commented on August 11, 2024

Thanks, that does indeed work.

Do you understand why the additional npm install in node_modules/vuetable-2 leads to this error?

from vuetable-2.

ratiw avatar ratiw commented on August 11, 2024

@fivethousand I think you do not understand the purpose of npm and why it is needed in your project (or any project). You need to read more about it because it is very important as one of your development tools.

    cd test
    npm install 

will install all of the dependency libraries needed for vue project.

    npm install vue-resource vuetable-2 --save-dev

will (additionally) install vue-resource and vuetable-2 to your project, so that you can import and use it.
Normally, you should not put --save-dev at the end. I'll leave you to research more on that.

from vuetable-2.

fivethousand avatar fivethousand commented on August 11, 2024

@ratiw If you take a closer look at the steps I listed, you'll see that I did exactly that. Probably because I do "understand the purpose of npm and why it is needed in [my] project" ;-)

Coming back to the remaining question:
The only difference is that I additionally ran "npm install" inside node_modules/vuetable-2 (and flipped the order of "npm install" and "npm install vue-resource vuetable-2 --save-dev", which should not have any effect).
Therefore I was asking why this makes the entire process fail. IMHO it should not.

from vuetable-2.

ratiw avatar ratiw commented on August 11, 2024

@fivethousand Sorry, upon a closer look it does make sense.

Then, I think that the installation process may not went through correctly due to unstable connection and might miss some libraries. Or, if you can reproduce it every time you follow those steps, it might be the internal working of npm that we might not know that cause this problem.

However, npm install before adding new libraries have never failed me. :)

from vuetable-2.

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.