- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
喂?留下问题。
我目前正在尝试使用 azure 中名为 Web 应用程序的资源来部署 nuxt。
我在创建的 Web 应用资源中配置了 HOST 0.0.0.0。
git操作的结果是成功的。如果您使用 URL 连接并检查日志流,则会显示错误。
2020-11-26T10:10:58.211257088Z: [INFO] _____
2020-11-26T10:10:58.211294589Z: [INFO] / _ \ __________ _________ ____
2020-11-26T10:10:58.211335890Z: [INFO] / /_\ \___ / | \_ __ \_/ __ \
2020-11-26T10:10:58.211339990Z: [INFO] / | \/ /| | /| | \/\ ___/
2020-11-26T10:10:58.211344790Z: [INFO] \____|__ /_____ \____/ |__| \___ >
2020-11-26T10:10:58.211348490Z: [INFO] \/ \/ \/
2020-11-26T10:10:58.211351790Z: [INFO] A P P S E R V I C E O N L I N U X
2020-11-26T10:10:58.211354890Z: [INFO]
2020-11-26T10:10:58.211357890Z: [INFO] Documentation: http://aka.ms/webapp-linux
2020-11-26T10:10:58.211360990Z: [INFO] NodeJS quickstart: https://aka.ms/node-qs
2020-11-26T10:10:58.211364090Z: [INFO] NodeJS Version : v12.18.3
2020-11-26T10:10:58.211367190Z: [INFO] Note: Any data outside '/home' is not persisted
2020-11-26T10:10:58.211370390Z: [INFO]
2020-11-26T10:10:58.400862445Z: [INFO] Cound not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'
2020-11-26T10:10:58.401292554Z: [INFO] Could not find operation ID in manifest. Generating an operation id...
2020-11-26T10:10:58.401303054Z: [INFO] Build Operation ID: 47563387-a96d-4c70-8ba6-b5e6469440a9
2020-11-26T10:11:00.795887144Z: [INFO] Writing output script to '/opt/startup/startup.sh'
2020-11-26T10:11:01.393471672Z: [INFO] Running #!/bin/sh
2020-11-26T10:11:01.398639871Z: [INFO]
2020-11-26T10:11:01.398667172Z: [INFO] # Enter the source directory to make sure the script runs where the user expects
2020-11-26T10:11:01.398684372Z: [INFO] cd "/home/site/wwwroot"
2020-11-26T10:11:01.403063957Z: [INFO]
2020-11-26T10:11:01.403124458Z: [INFO] export NODE_PATH=/usr/local/lib/node_modules:$NODE_PATH
2020-11-26T10:11:01.403130958Z: [INFO] if [ -z "$PORT" ]; then
2020-11-26T10:11:01.404638687Z: [INFO] export PORT=8080
2020-11-26T10:11:01.404651687Z: [INFO] fi
2020-11-26T10:11:01.404656187Z: [INFO]
2020-11-26T10:11:01.414097569Z: [INFO] npm start
2020-11-26T10:11:03.467639683Z: [ERROR] npm info it worked if it ends with ok
2020-11-26T10:11:03.468712604Z: [ERROR] npm info using <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="fe908e93bec8d0cfcad0c6" rel="noreferrer noopener nofollow">[email protected]</a>
2020-11-26T10:11:03.476919062Z: [ERROR] npm info using <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="94fafbf0f1d4e2a5a6baa5acbaa7" rel="noreferrer noopener nofollow">[email protected]</a>
2020-11-26T10:11:04.226149815Z: [ERROR] npm info lifecycle nuxt-template@~prestart: nuxt-template@
2020-11-26T10:11:04.283394119Z: [ERROR] npm info lifecycle nuxt-template@~start: nuxt-template@
2020-11-26T10:11:04.284175634Z: [INFO]
2020-11-26T10:11:04.284189535Z: [INFO] > nuxt-template@ start /home/site/wwwroot
2020-11-26T10:11:04.284194735Z: [INFO] > cross-env PORT=8080 nuxt start
2020-11-26T10:11:04.284198435Z: [INFO]
2020-11-26T10:11:04.424650044Z: [ERROR] /home/site/wwwroot/node_modules/.bin/cross-env: 1: /home/site/wwwroot/node_modules/.bin/cross-env: ../cross-env/src/bin/cross-env.js: not found
检查该错误,在 npm 启动脚本中我添加了 npm install && nuxt start 但仍然失败。
我已经好几天没能解决这个问题了。我寻求帮助。
azure 目前正在免费试用期学习。
{
"name": "nuxt-template",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "cross-env PORT=8080 nuxt start",
"start:success": "node ./server/index.js",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"consola": "^2.15.0",
"core-js": "^3.6.5",
"express": "^4.17.1",
"nuxt": "^2.14.6",
"cross-env": "^7.0.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2"
}
}
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy Node.js app to Azure Web App - vue-nuxt-test2
on:
push:
branches:
- master
env:
NODE_VERSION: '12.x'
jobs:
build-and-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
- name : npm install dependencies
run: npm install
- name: build
run: npm run build
- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
with:
app-name: 'vue-nuxt-test2'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_195c716255634fe2b1f37a81b2014072 }}
package: .
最佳答案
"start": "cross-env PORT=8080 nuxt start",
为什么要在 package.json
文件中添加 cross-env
命令?
首先,我们需要明确cross-env
解决了什么问题并诞生了。主要是解决windows
下环境变量的问题。而你的webapp部署在linux
下,目前出现的问题,经过我的尝试,我初步认为是我们没有sudo
权限,无法安装cross-env
全局。
然后在azure中,只支持端口80
和443
,cross-env PORT=8080 nuxt start
,即使依赖linux环境下存在cross-env
,会报错。因为不支持指定的端口8080
。
因此只需删除cross-env PORT=8080
即可。
在package.json
中。
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
在nuxt.config.js
中。
server: {
port: process.env.PORT, // default: 3000
host: '0.0.0.0' // default: localhost
},
然后就可以部署它了。
有关cross-env
的更多详细信息,请参阅此链接。
关于node.js - 如何在azure(Web应用程序)中部署nuxt(nuxt.js)? (未找到模块),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65019965/
我找到了 this excellent question and answer它以 x/y(加上 center x/y 和 degrees/radians)开始并计算旋转- 到 x'/y'。这个计算很
全部: 我已经创建了一个 Windows 窗体和一个按钮。在另一个线程中,我试图更改按钮的文本,但它崩溃了;但是如果我尝试更改按钮的颜色,它肯定会成功。我认为如果您更改任何 Windows 窗体控件属
本网站的另一个问题已证实,C 中没有缩写的字面后缀,并且可以执行以下操作: short Number = (short)1; 但是转换它和不这样做有什么区别: short Number = 1; 您使
我有下表: ID (int) EMAIL (varchar(50)) CAMPAIGNID (int) isSubscribe (bit) isActionByUser (bit) 此表存储了用户对事
也就是说,无需触发Javascript事件即可改变的属性,如何保留我手动选中或取消选中的复选框的状态,然后复制到另一个地方? 运行下面的代码片段并选中或取消选中其中的一些,然后点击“复制”: $('#
我在网上找到的所有关于递增指针导致段错误的示例都涉及指针的取消引用 - 如果我只想递增它(例如在 for 循环的末尾)并且我不在乎它是否最终进入无效内存,因为我不会再使用它。例如,在这个程序中,每次迭
我有一个 Spring MVC REST 服务,它使用 XStream 将消息与 XML 相互转换。 有什么方法可以将请求和响应中的 xml(即正文)打印到普通的 log4j 记录器? 在 Contr
做我的任务有一个很大的挑战,那就是做相互依赖的任务我在这张照片中说的。假设我们有两个任务 A 和 B,执行子任务 A1、A2 和 B1、B2,假设任务 B 依赖于 A。 要理想地执行任务 B,您应该执
通过阅读该网站上的几个答案,我了解到 CoInitialize(Ex) should be called by the creator of a thread 。然后,在该线程中运行的任何代码都可以使
这个问题已经困扰我一段时间了。我以前从未真正使用过 ListViews,也没有使用过 FirebaseListAdapters。我想做的就是通过显示 id 和用户位置来启动列表的基础,但由于某种原因,
我很难解释这两个(看似简单)句子的含义: “受检异常由编译器在编译时检查” 这是什么意思?编译器检查是否捕获了所有已检查的异常(在代码中抛出)? “未经检查的异常在运行时检查,而不是编译时” 这句话中
我有一个包含排除子字符串的文本文件,我想迭代该文件以检查并返回不带排除子字符串的输入项。 这里我使用 python 2.4,因此下面的代码可以实现此目的,因为 with open 和 any 不起作用
Spring 的缓存框架能否了解请求上下文的身份验证状态,或者更容易推出自己的缓存解决方案? 最佳答案 尽管我发现这个用例 super 奇怪,但您可以为几乎任何与 SpEL 配合使用的内容设置缓存条件
我有以下函数模板: template HeldAs* duplicate(MostDerived *original, HeldAs *held) { // error checking omi
如果我的应用程序具有设备管理员/设备所有者权限(未获得 root 权限),我如何才能从我的应用程序中终止(或阻止启动)另一个应用程序? 最佳答案 设备所有者可以阻止应用程序: DevicePolicy
非常简单的问题,但我似乎无法让它正常工作。 我有一个组件,其中有一些 XSLT(用于导航)。它通过 XSLT TBB 使用 XSLT Mediator 发布。 发布后
我正在将一个对象拖动到一个可拖放的对象内,该对象也是可拖动的。放置对象后,它会嵌套在可放置对象内。同样,如果我将对象拖到可放置的外部,它就不再嵌套。 但是,如果我经常拖入和拖出可放置对象,则可拖动对象
我正在尝试为按钮和弹出窗口等多个指令实现“取消选择”功能。也就是说,我希望当用户单击不属于指令模板一部分的元素时触发我的函数。目前,我正在使用以下 JQuery 代码: $('body').click
我从 this question 得到了下面的代码,该脚本用于在 Google tasks 上更改 iframe[src="about:blank"] 内的 CSS使用 Chrome 扩展 Tempe
我有一些 @Mock 对象,但没有指定在该对象上调用方法的返回值。该方法返回 int (不是 Integer)。我很惊讶地发现 Mockito 没有抛出 NPE 并返回 0。这是预期的行为吗? 例如:
我是一名优秀的程序员,十分优秀!