作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我已经运行了以下命令:
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/
我是一名优秀的程序员,十分优秀!