问题标签 [npm-build]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
22 浏览

reactjs - NextJs Index.html 文件未在公用文件夹中生成

所以我有一个 NextJS 项目正在进行中。每次我尝试运行 NPM RUN BUILD 时,我的公共文件夹中都没有 index.html 文件,这会导致 google firebase deploy 无法正常工作。

以前可以用,现在不行了,这是为什么呢?在此处输入图像描述

0 投票
1 回答
157 浏览

laravel - CoreUi Laravel 管理模板无法使用 node-gyp@3.8.0 构建

当我运行 npm install 时,我正在安装 laravel CoreUi 管理模板,它给了我构建错误。

我已经在我的系统上安装了 python39。

我从命令行尝试过,我得到了同样的错误。

请让我知道获取 sys.version_info 的正确语法

我已经安装了 python3

但是 npm 安装了 node-gyp@3.8.0 ,它使用了旧的 python 语句

如何使用 node-gyp@latest 运行?

node-sass 使用 node-gy@3.8.0 的问题

在此处输入图像描述

0 投票
0 回答
184 浏览

build - Babel-Plugin 常见 js 错误:'default' 不是由 node_modules/invariant/invariant.js 导出的,

有一个我无法摆脱的问题。我正在尝试制作自己的 npm 包,而且我已经很接近了。我在我的 npm 包中添加了各种 npm 包,例如 B. Bootstrap。并且 dist 文件夹不受管理。这就是为什么我的包裹不起作用。我应该怎么办?[1]:https ://i.stack.imgur.com/ZOFAp.png

rollup.config.js 是:

和我的 package.json

非常感谢

0 投票
1 回答
35 浏览

reactjs - 更新服务器上的反应应用程序的过程

我在 ubuntu 服务器上有一个 react/next.js 应用程序,nginx 和 pm2 运行客户端和 server.js。我已经在本地进行了修改并将更改推送到 github。我需要做一个 git pull。在执行 git pull 之前是否需要停止 pm2 或 npm?之后我需要再次运行 npm build 吗?停机时间不是问题。谢谢

0 投票
2 回答
323 浏览

angular - NPM 构建挂在 azure dev ops 中

这可能与以下问题类似:npm run build 在 azure 上无限期挂起

我们的构建已经运行了几个月。现在由于某种原因,npm build 将无法在 azure 中运行。代码可以在本地构建,但没有代码版本可以在 azure 中运行。这是它挂起的地方: 在此处输入图像描述

这是管道的样子: 在此处输入图像描述

0 投票
1 回答
26 浏览

node.js - swagger.json 文件未包含在 prod 构建中

我有一个 swagger.conf.json 文件,它为我的 express API 文档提供服务,并且在 dev 中运行良好,但对于构​​建,这个文件不包括在内。如何将此文件包含在 build to server swagger 文档中?

我的项目文件夹:

构建文件夹:

0 投票
1 回答
748 浏览

reactjs - React/Node "JavaScript heap out of memory" error on publish in Visual Studio

I know this problem has been raised many times, so please bear with me. npm build run keeps failing with the "JavaScript heap out of memory" error. I've tried setting the Node heap size using the environment variable as well as command-line argument --max-old-space-size=8000. I also tried this deprecated npm package

  • I have a ReactJS 17 app in Visual Studio with .Net Core 3.1 (No Redux)
  • I can run the app locally from Visual Studio with no issues.
  • I have tried clearing the npm cache by deleting the package-lock.json, deleting the npm_modules folder, and running npm cache clean --force followed by npm install
  • I also updated Node to the latest version

The problem occurs when I publish the app from within Visual Studio (2019 Enterprise) or when I execute "npm run build" from the command line. (VS publish executes npm build run so the result is the same) The publish output log ends like this

you'll notice the " --max-old-space-size=8000" at the end. I tried adding that to my csproj file, but this had no effect:

this is the output from "npm run build" (with and without the --max-old-space-size argument) PS C:\Dev...\Foo.UI\ClientApp> npm run build

I'm guessing that my attempts to increase the heap size have been ineffective/wrong for some reason, or it's something else that is manifesting that way.

Why will VS run the app successfully, but not publish it without this issue?

UPDATE I tried updating my package.json file to include the max old space size argument

and I get the following when I npm run build

Thanks in advance!

0 投票
0 回答
30 浏览

reactjs - npm run build 不工作,它在 npm start 后在开发环境(本地机器)上完美显示

C:\Users\USER\Desktop\react2\reacting>npm run build

reacting@0.1.0 build react-scripts build

创建优化的生产构建...(节点:1116)警告:在循环依赖中访问模块导出的不存在属性“cat”(使用node --trace-warnings ...显示警告的创建位置)(节点:1116)警告:访问循环依赖内模块导出的不存在属性“cd”(节点:1116)警告:访问循环依赖内模块导出的不存在属性“chmod” (节点:1116)警告:在循环依赖(节点:1116)中访问模块导出的不存在属性“cp”警告:在循环依赖(节点:1116)中访问模块导出的不存在属性“dirs”警告:访问循环依赖中模块导出的不存在属性“pushd”(节点:1116)警告:访问循环依赖中模块导出的不存在属性“popd”(节点:1116)警告:访问不存在的属性“回声”循环依赖内的模块导出(节点:1116)警告:访问循环依赖中模块导出的不存在属性“tempdir”(节点:1116)警告:访问循环依赖中模块导出的不存在属性“pwd”(节点:1116)警告:访问不存在的属性“exec”循环依赖内的模块导出(节点:1116)警告:访问循环依赖内的模块导出的不存在属性“ls”(节点:1116)警告:访问循环依赖内的模块导出的不存在属性“查找”(节点:1116)警告:访问循环依赖内模块导出的不存在属性“grep”(节点:1116)警告:访问循环依赖内模块导出的不存在属性“头”(节点:1116)警告:访问非现有属性“ln”循环依赖内的模块导出(节点:1116)警告:访问循环依赖内的模块导出的不存在的属性“mkdir”(节点:1116)警告:访问循环依赖内的模块导出的不存在的属性“rm”(节点:1116)警告:访问循环依赖内的模块导出的不存在的属性“mv”(节点:1116)警告:访问循环依赖内的模块导出的不存在的属性“sed”(节点:1116)警告:访问非循环依赖(节点:1116)中模块导出的现有属性“集合”警告:访问循环依赖(节点:1116)中模块导出的不存在属性“排序”警告:访问模块导出的不存在属性“尾”内部循环依赖(节点:1116)警告:在循环依赖(节点:1116)中访问模块导出的不存在属性“测试”警告:在循环依赖(节点:1116)中访问模块导出的不存在属性“到”警告:访问不存在的属性“toEnd”循环依赖内的模块导出(节点:1116)警告:访问循环依赖内的模块导出的不存在属性“touch”(节点:1116)警告:访问循环依赖内的模块导出的不存在属性“uniq”(节点:1116) 警告:在循环依赖中访问模块导出的不存在的属性“哪个”1116)警告:访问循环依赖内模块导出的不存在属性“toEnd”(节点:1116)警告:访问循环依赖内模块导出的不存在属性“触摸”(节点:1116)警告:访问不存在循环依赖中模块导出的属性“uniq”(节点:1116)警告:访问循环依赖中模块导出的不存在属性“哪个”1116)警告:访问循环依赖内模块导出的不存在属性“toEnd”(节点:1116)警告:访问循环依赖内模块导出的不存在属性“触摸”(节点:1116)警告:访问不存在循环依赖中模块导出的属性“uniq”(节点:1116)警告:访问循环依赖中模块导出的不存在属性“哪个”循环依赖中的模块导出循环依赖中的模块导出

编译失败。

未知浏览器查询dead

0 投票
1 回答
97 浏览

amazon-web-services - SvelteKit:AWS CodeBuild 中出现“npm run build”错误

我有一个使用 AWS CodePipeline 部署的 SvelteKit 应用程序。

我的管道在推送到 CodeCommit 时被触发。但 CodeBuild 失败并显示以下错误消息:

我尝试克隆存储库并在我的 PC 上的干净环境中构建它,它构建时没有任何错误。我无法在 CodeBuild 之外重现该问题。



包.json

苗条的.config.js

CodeBuild 项目环境:

环境:

0 投票
0 回答
96 浏览

docker - Docker 构建卡在 npm run build 步骤

我试图创建一个 docker Image,它在“npm run build”步骤中卡住了。我可以看到消息构建成功完成,但它没有进行下一步。

在 docker 文件下方。我使用 node:16.13.1 作为基础图像

在以下步骤后不继续,在此处输入图像描述

包.json 文件