gpt4 book ai didi

node.js - 如何在 nodejs 中使用 MaterializeCSS?

转载 作者:搜寻专家 更新时间:2023-11-01 00:09:44 25 4
gpt4 key购买 nike

我已经运行了以下命令:

npm install materialize-css --save
npm install hammerjs --save
npm install jquery --save

然后在我的 app.js 中,var materialize = require('materialize-css');

但是当我运行 npm start 时,我总是会得到同样的错误:

/Users/myname/code/websites/n-website/node_modules/materialize-css/bin/materialize.js:1
eof require?$=require("jquery"):$}jQuery.easing.jswing=jQuery.easing.swing,jQu
^
TypeError: Cannot read property 'swing' of undefined
at Object.<anonymous> (/Users/nyname/code/websites/n-website/node_modules/materialize-css/bin/materialize.js:1:195)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/myname/code/websites/n-website/app.js:9:19)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)

我找不到其他人遇到这些问题,所以这一定是我尝试使用 MaterializeCSS 的方式。我究竟做错了什么?我只想使用 materialize.toast("Message sent", 5000); 来显示失败的 toast。没什么特别的。

最佳答案

Materializecss 是 gui/网站的前端框架,不适用于您的服务器端 js 应用程序

关于node.js - 如何在 nodejs 中使用 MaterializeCSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37823496/

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