How do I install vuetify directly from github?How do I make changes to the v-slider component and test it in my app?Error when running vuetifyjs templateBuild Vue+Vuetify use 'npm start build'Vuetify: colors are not showing upvuetify install with two starting templatesIs there option group on Vuetify?vue packages not seen in sublime text 3 package controlAdding Vuetify package to Excel addin made with VueJS frameworkvuetify electron github page showing page not foundHow to modify the components design of Vuetifyhow to add router folder with index.js at vuetifty

Picking the different solutions to the time independent Schrodinger eqaution

Why does the Sun have different day lengths, but not the gas giants?

How to explain what's wrong with this application of the chain rule?

Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset

On a tidally locked planet, would time be quantized?

The probability of Bus A arriving before Bus B

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

Is aluminum electrical wire used on aircraft?

How do apertures which seem too large to physically fit work?

Has any country ever had 2 former presidents in jail simultaneously?

Did arcade monitors have same pixel aspect ratio as TV sets?

Multiplicative persistence

Terse Method to Swap Lowest for Highest?

Why did the EU agree to delay the Brexit deadline?

Limits and Infinite Integration by Parts

Does Doodling or Improvising on the Piano Have Any Benefits?

Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?

Angel of Condemnation - Exile creature with second ability

Can I visit Japan without a visa?

What does chmod -u do?

What is the English pronunciation of "pain au chocolat"?

Moving brute-force search to FPGA

Do the primes contain an infinite almost arithmetic progression?

Can I still be respawned if I die by falling off the map?



How do I install vuetify directly from github?


How do I make changes to the v-slider component and test it in my app?Error when running vuetifyjs templateBuild Vue+Vuetify use 'npm start build'Vuetify: colors are not showing upvuetify install with two starting templatesIs there option group on Vuetify?vue packages not seen in sublime text 3 package controlAdding Vuetify package to Excel addin made with VueJS frameworkvuetify electron github page showing page not foundHow to modify the components design of Vuetifyhow to add router folder with index.js at vuetifty













0















When I try with



npm install vuetifyjs/vuetify#v1.5.2


I get "Cannot find package".



UPDATE:



There is a packages folder under which there is a vuetify directory.



I tried npm installing that folder. Everything appeared to go well until I started the dev server.



Now in the console log I see:



[Vuetify] Multiple instances of Vue detected


Seems to be related to https://github.com/vuetifyjs/vuetify/issues/4068 but I cannot tell what the solution is at this point.










share|improve this question



















  • 1





    "I tried npm installing that folder", how specifically did you do that?

    – thanksd
    17 hours ago











  • from a local checkout of the git repo

    – sureshvv
    16 hours ago











  • hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

    – thanksd
    15 hours ago











  • I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

    – sureshvv
    12 hours ago











  • This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

    – thanksd
    11 hours ago















0















When I try with



npm install vuetifyjs/vuetify#v1.5.2


I get "Cannot find package".



UPDATE:



There is a packages folder under which there is a vuetify directory.



I tried npm installing that folder. Everything appeared to go well until I started the dev server.



Now in the console log I see:



[Vuetify] Multiple instances of Vue detected


Seems to be related to https://github.com/vuetifyjs/vuetify/issues/4068 but I cannot tell what the solution is at this point.










share|improve this question



















  • 1





    "I tried npm installing that folder", how specifically did you do that?

    – thanksd
    17 hours ago











  • from a local checkout of the git repo

    – sureshvv
    16 hours ago











  • hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

    – thanksd
    15 hours ago











  • I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

    – sureshvv
    12 hours ago











  • This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

    – thanksd
    11 hours ago













0












0








0








When I try with



npm install vuetifyjs/vuetify#v1.5.2


I get "Cannot find package".



UPDATE:



There is a packages folder under which there is a vuetify directory.



I tried npm installing that folder. Everything appeared to go well until I started the dev server.



Now in the console log I see:



[Vuetify] Multiple instances of Vue detected


Seems to be related to https://github.com/vuetifyjs/vuetify/issues/4068 but I cannot tell what the solution is at this point.










share|improve this question
















When I try with



npm install vuetifyjs/vuetify#v1.5.2


I get "Cannot find package".



UPDATE:



There is a packages folder under which there is a vuetify directory.



I tried npm installing that folder. Everything appeared to go well until I started the dev server.



Now in the console log I see:



[Vuetify] Multiple instances of Vue detected


Seems to be related to https://github.com/vuetifyjs/vuetify/issues/4068 but I cannot tell what the solution is at this point.







vuetify.js






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 19 hours ago







sureshvv

















asked yesterday









sureshvvsureshvv

2,37811627




2,37811627







  • 1





    "I tried npm installing that folder", how specifically did you do that?

    – thanksd
    17 hours ago











  • from a local checkout of the git repo

    – sureshvv
    16 hours ago











  • hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

    – thanksd
    15 hours ago











  • I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

    – sureshvv
    12 hours ago











  • This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

    – thanksd
    11 hours ago












  • 1





    "I tried npm installing that folder", how specifically did you do that?

    – thanksd
    17 hours ago











  • from a local checkout of the git repo

    – sureshvv
    16 hours ago











  • hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

    – thanksd
    15 hours ago











  • I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

    – sureshvv
    12 hours ago











  • This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

    – thanksd
    11 hours ago







1




1





"I tried npm installing that folder", how specifically did you do that?

– thanksd
17 hours ago





"I tried npm installing that folder", how specifically did you do that?

– thanksd
17 hours ago













from a local checkout of the git repo

– sureshvv
16 hours ago





from a local checkout of the git repo

– sureshvv
16 hours ago













hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

– thanksd
15 hours ago





hmm so you mean you cloned the repo, and then ran npm install in the packages/vuetify/ folder to install its dependencies locally? it seems like you're changing the premise of your question. otherwise, this would be a very roundabout way to install the vuetify package

– thanksd
15 hours ago













I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

– sureshvv
12 hours ago





I cloned the repo. Then I ran npm install <cloned-folder>/packages/vuetify to install it inside my app. But that didn't work either (something about 2 Vues). How are the contents of the dist folder generated when I install from npm? Is that part of the installation procedure or is that downloaded? I need to duplicate that with the changes in my source code. I don't understand how I have changed the premise of my original question.

– sureshvv
12 hours ago













This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

– thanksd
11 hours ago





This is no longer installing "directly from github". You're attempting to clone the repo, build the project, and include that build in your own project. It's still an answerable question, but outside the original scope of this post. You should update your other post to include clear and explicit steps for what you have tried and exactly what errors you're getting.

– thanksd
11 hours ago












1 Answer
1






active

oldest

votes


















1














Looking at the package.json file, the package doesn't have a name property, which it would need to have for you to be able to install it from GitHub.



So the short answer is that you can't install vuetify directly from GitHub via npm.




However, you can install it directly from npm:



npm install vuetify@1.5.2





share|improve this answer

























  • But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

    – sureshvv
    yesterday











  • Have updated with my recent findings.

    – sureshvv
    19 hours ago










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55280866%2fhow-do-i-install-vuetify-directly-from-github%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Looking at the package.json file, the package doesn't have a name property, which it would need to have for you to be able to install it from GitHub.



So the short answer is that you can't install vuetify directly from GitHub via npm.




However, you can install it directly from npm:



npm install vuetify@1.5.2





share|improve this answer

























  • But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

    – sureshvv
    yesterday











  • Have updated with my recent findings.

    – sureshvv
    19 hours ago















1














Looking at the package.json file, the package doesn't have a name property, which it would need to have for you to be able to install it from GitHub.



So the short answer is that you can't install vuetify directly from GitHub via npm.




However, you can install it directly from npm:



npm install vuetify@1.5.2





share|improve this answer

























  • But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

    – sureshvv
    yesterday











  • Have updated with my recent findings.

    – sureshvv
    19 hours ago













1












1








1







Looking at the package.json file, the package doesn't have a name property, which it would need to have for you to be able to install it from GitHub.



So the short answer is that you can't install vuetify directly from GitHub via npm.




However, you can install it directly from npm:



npm install vuetify@1.5.2





share|improve this answer















Looking at the package.json file, the package doesn't have a name property, which it would need to have for you to be able to install it from GitHub.



So the short answer is that you can't install vuetify directly from GitHub via npm.




However, you can install it directly from npm:



npm install vuetify@1.5.2






share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday

























answered yesterday









thanksdthanksd

25.1k116979




25.1k116979












  • But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

    – sureshvv
    yesterday











  • Have updated with my recent findings.

    – sureshvv
    19 hours ago

















  • But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

    – sureshvv
    yesterday











  • Have updated with my recent findings.

    – sureshvv
    19 hours ago
















But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

– sureshvv
yesterday





But I need a way I can change the source and build and test. Changing the source with an npm install does not seem to take effect as it gets everything from dist. Any ideas on what steps I need to make this work? See stackoverflow.com/questions/55278918/…

– sureshvv
yesterday













Have updated with my recent findings.

– sureshvv
19 hours ago





Have updated with my recent findings.

– sureshvv
19 hours ago



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55280866%2fhow-do-i-install-vuetify-directly-from-github%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript