Newbie issue, Can't get basic Vue Quick Start to work #14108
tomtibbetts
started this conversation in
General Discussions
Replies: 1 comment
-
|
sounds like a permissions issue to me. e.g. the daemon doesn't know it's there because it isn't allowed to see it. use absolute paths and try again (if possible). i know nothing about Vue, but seems to me if you can use it via CDN, there shouldn't be a whole lot to "installing" it. that is. try not using NPM. i don't use NPM and i am messing w/ vue exercises. SCROLL to the bottom at this tutorial file://home/my/file.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All,
I'm doing step by step the instructions for installing and running the Vue quick start, but when I 'npm run dev' it states that vite is not a recognized command. I thought the npm install would install vite.
npm create vue@latest
cd
npm install
npm run dev
response: > vue-demo@0.0.0 dev
'vite' is not recognized as an internal or external command,
operable program or batch file.
Seems pretty basic. What am I missing? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions