我正在用vuejs安装一个项目,但是我显示了这个错误,知道如何解决它。
D:\> vue create crud-app
node:os:68
throw new ERR_SYSTEM_ERROR(ctx);
^
SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_gethostname returned ENOSYS (function not implemented)
at new Defaults (C:\node32\node_modules\@vue\cli\n
我遵循以下步骤:
在命令行中运行swank-js。
运行emacs。
M黏液连接。
主机: 127.0.0.1;端口: 4005
打开火狐中的http://localhost:8009/swank-js/test.html。
接收:“远程附加:(浏览器) Firefox14.0”在emacs REPL中。
在REPL中运行"document“命令。
此时,我收到错误:
ReferenceError: document is not defined
at repl:1:1
at DefaultRemote.evaluate (/usr/
我有个六角形的计划。一切似乎都正常。当我从子菜单项导航到Correspontie组件时,ONly。
我总是看到这样的信息:
ERROR TypeError: Cannot read property 'length' of undefined
at Object.updateDirectives (dossier-correspondence-item.component.ts:51)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:11914)
at checkAndUpda
这个错误意味着什么?
$ pm2 logs
[TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
/home/tealou/.pm2/pm2.log last 15 lines:
PM2 | 2017-03-29 07:25:45: App [www] with id [0] and pid [29444], exited with code [1] via signal [SIGINT]
PM2 | 2017-03-29 07:25:45
我正在使用laravel elixir和gulp来编译我的sass文件。但是当我在termial中写gulp时,我得到了这个错误。
fs.js:27
const { Math, Object } = primordials;
^
ReferenceError: primordials is not defined
at fs.js:27:26
at req_ (/home/user/Videos/projetct-folder/project/node_modules/natives/index.js:143:24)
当我尝试在我的代码中使用node-gcm时,我得到了这个错误。我已经按照标准方法的要求(‘node-gcm’)包含了它。
var message = new gcm.Message();
^
TypeError: gcm.Message is not a function
at Object.<anonymous> (/home/parashar/Downloads/opentsdb.js:13:15)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (modu
我知道这个问题有很多版本,但我找不到任何对我有帮助的东西。
function isAuthenticated() {
return compose()
// Validate jwt
.use(function (req, res, next) {
// allow access_token to be passed through query parameter as well
if (req.query && req.query.hasOwnProperty('access_token')) {
r
我有一个AngularJS应用程序,它使用 for JavaScript来显示地图。
我一直在使用个别的要求说明,例如:
var esriMap = require("esri/map");
这对于除之外的所有模块都很好。当我尝试添加这样的require语句时:
var Scalebar = require("esri/dijit/Scalebar");
我得到以下错误:
Error: undefinedModule(…) "Error: undefinedModule at Error (native) at d (http:
我创建了一个脚本,它从API获取数据,格式化数据并使用DataMaps 使用它。
在我的.js文件中,我可以简单地调用:
var map = new Datamap({element: document.getElementById('container')});
它将在选定的div中呈现地图。问题是,如果我在异步函数中使用它从API中获取数据并呈现充满API数据的映射,则会得到以下错误:
Uncaught (in promise) TypeError: Cannot read property 'select' of undefined
at Data
当我试图在我的程序中使用jxcore.tasks.addTask函数时,我得到了这个错误。
undefined:1
function (){}
^
SyntaxError: Unexpected token u
at Object.parse (native)
at gcc (_jx_tasks.js:130:24)
at process.<anonymous> (_jx_tasks.js:425:3)
at process.emit (events.js:106:17)
at process.__makeCall (node.js:420