gpt4 book ai didi

angular - Grunt Serve 停止工作并出现 cdnify 加载错误

转载 作者:行者123 更新时间:2023-12-05 08:31:03 34 4
gpt4 key购买 nike

当我运行 grunt serve 命令时,我遇到了新安装的 Angular 的错误

我正在将 Node 12.6.1 与 Source Tree 一起使用,并验证了 bower 已安装

Loading "cdnify.js" tasks...ERROR
>> ReferenceError: primordials is not defined

Running "serve" task

Running "clean:server" (clean) task
>> 1 path cleaned.

Running "wiredep:app" (wiredep) task

Running "wiredep:test" (wiredep) task

Running "concurrent:server" (concurrent) task

Loading "cdnify.js" tasks...ERROR
>> ReferenceError: primordials is not defined

Running "copy:styles" (copy) task
Copied 3 files

Done.


Execution Time (2020-02-21 18:22:53 UTC+5:30)
loading tasks 13ms ███████████ 22%
copy:styles 45ms █████████████████████████████████████ 78%
Total 58ms

Running "autoprefixer:server" (autoprefixer) task
>> 3 autoprefixed stylesheets created.

Running "connect:livereload" (connect) task
Started connect web server on http://localhost:9000

最佳答案

cdnify 插件已过时,不再维护。您可以使用其中一种替代品。我用 grunt-google-cdn2

第一步:添加包

npm install --save grunt-google-cdn2

第 2 步:更改 grunt-cdnify 插件加载器以在您的 Gruntfile.js

中使用新包

您的 Gruntfile.js 可能不同,但您需要将使用的插件从 grunt-cdnify 更改为 grunt-google-cdn2

// Automatically load required Grunt tasks
require('jit-grunt')(grunt, {
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn2',
chokidar: 'grunt-chokidar',
serveStatic: 'serve-static',
});

第 3 步:从您的package.json

中删除旧的 grunt-cdnify 插件

关于angular - Grunt Serve 停止工作并出现 cdnify 加载错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60339134/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com