这是很好的代码,它做了,它必须做什么。然后我尝试导出它。而不是“制作项目”,之后就开始工作了。
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript"></script>
<script src="http://canvasjs.com/assets/script/canvasjs.min.js"></script>
<script src="/Users/elenabugercuk/IdeaProjects/proff29/node_modules/ramda/dist/ramda.js"></script>
</head>
<body>
<script>
google.load("feeds", "1");
var R = require("ramda");
</script>
无法加载资源:服务器响应状态为404(HTTP / 1.1 404)http://localhost:8080/Users/elenabugercuk/IdeaProjects/proff29/node_modules/ramda/dist/ramda.js
ramda.js文件存在于指定的目录中。 我试着这样解决Failed to load resource: the server responded with a status of 404 (Not Found) 但没有结果。
你能给我建议吗?