Vue Native Script 不想安装
Posted
技术标签:
【中文标题】Vue Native Script 不想安装【英文标题】:Vue Native Script don't want to install 【发布时间】:2019-12-17 21:23:48 【问题描述】:我想使用vue-native,我只需要通过npm安装vue-native-scripts,但它不想这样做。
PS E:\Coding\VueNative\YAAdmin> npm i vue-native-scripts
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted "os":"darwin","arch":"any" (current: "os":"win32","arch":"x64")
npm ERR! path E:\Coding\VueNative\YAAdmin\node_modules\vue-native-scripts\src\bin\vue-native-script.js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod 'E:\Coding\VueNative\YAAdmin\node_modules\vue-native-scripts\src\bin\vue-native-script.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Илья\AppData\Roaming\npm-cache\_logs\2019-08-10T11_41_00_816Z-debug.log
我已尝试手动安装所有依赖项,但它不起作用。
【问题讨论】:
请不要在您的问题标题中添加“已解决”。我们可以告诉您已接受答案。 @KeithThompson 没问题,对不起 【参考方案1】:解决办法:
-
安装纱线:
npm install yarn -g
在您的项目目录中运行yarn add native-vue-scripts
就是这样
【讨论】:
尝试添加更多细节,以便有人会遇到同样的问题并到达这里 当我运行它时:错误发生意外错误:“registry.yarnpkg.com/native-vue-scripts: Not found”。【参考方案2】:你可以这样做
NativeScript-Vue 应用程序模板,用于使用 vue-cli (2.x) 进行快速原型设计。
yarn global add @vue/cli @vue/cli-init
vue init nativescript-vue/vue-cli-template <project-name>
cd <project-name>
【讨论】:
以上是关于Vue Native Script 不想安装的主要内容,如果未能解决你的问题,请参考以下文章
Vue 3.2 发布, <script setup> + TS + Volar = 真香
Vue 3.2 发布, <script setup> + TS + Volar = 真香
Vue 3.2 发布, <script setup> + TS + Volar = 真香
vue框架中webpack更新了,怎么获取本地数据,安装了npm install axios --save也不想,一直报错