问题标签 [enoent]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 没有这样的文件或目录 - 如何解决?
在android studio上运行模拟器,我收到以下错误;
加载 java.io.filenotfoundexception 时出错:/storage/sdcard/data.csv:打开失败:ENOENT
我的代码没有显示任何错误,所以我不确定为什么模拟器拒绝打开应用程序的选项。我已经研究了代码,并且了解到这是没有此类目录可用的情况,感谢任何帮助我是 stackoverflow 的新手,并希望对我的问题尽可能有建设性。
javascript - 在 Ubuntu 18.04 上安装 nodemon 时出错
当我安装nodemon时
我收到以下错误消息:
你能帮我修一下吗?
node-sass - node-sass 在所有项目中缺少供应商文件夹
您好,我的 nodejs 构建和 node-sass 存在严重问题。
几周前,我遇到了 SASS 构建和节点 10 的问题——存在兼容性问题。作为“最佳临时解决方案”,我在我的系统中安装了 2 个版本的 node.js - 9 和 10。我还做了一些“sass 的临时绑定”。
现在我有一个非常大的问题,我无法构建任何使用 node-sass 的应用程序。
我得到了非常典型的错误:
我什么都试过了……但是……我有一些奇怪的行为。当我重建 node-sass (npm rebuild node-sass --force) 时,我在日志末尾得到:
Time Elapsed 00:00:28.07 gyp info ok 安装到 D...\NODE-SASS-TEMPORAL\win32-x64-64_binding.node node-sass@4.9.3 ...\nativescript\node_modules\node-sass
VENDOR 文件夹实际上不是在 /nativescript/.. 文件夹中创建的,但是......文件“win32-x64-64_binding.node”是在我前一段时间创建的 \NODE-SASS-TEMPORAL\ 文件夹中创建的,原因是我这样做不记得..
\NODE-SASS-TEMPORAL\ 设置在哪里?
有任何想法吗?
solidity - Running Solidity contract results in "ENOENT: no such file or directory" error
I am practicing writing smart contracts in Solidity and running the code below results in no such file or directory error.
Error: ENOENT: no such file or directory, open 'C:\kickstart\ethereum\build:Campaign.json'
This is a Kickstarter type contract with multiple participants and a manager(owner of the contract). Users are able to donate funds. The manager is the only one who is able to withdraw money, but other user`s permission is needed for that type of action.
cloudant - 使用 deisgn 文档时出现 cloudant badmatch 错误,但不使用视图时相同的查询有效
有人可以帮我解决使用视图时的查询错误吗?我在 cloudant docker 容器中运行它,这个问题间歇性地出现。我无法在所有容器启动时重现该问题,但想检查如何解决此问题,而无需删除并重新创建容器。感谢任何帮助。
curl --user admin:pass " http://localhost:/basic/_design/example/_view/foo "
{"error":"badmatch","reason":"{error,enoent}","ref": 2451670243}
curl --user admin:pass " http://localhost:/basic/_design/example " {"_id":"_design/example","_rev":"1-230141dfa7e07c3dbfef0789bf11773a","views":{"foo" :{"map":"function(doc){ emit(doc._id, doc._rev)}"}}}
android - AndroidManifest 上 ENOENT 的 Cordova 插件添加失败
我为cordova 应用程序开发了一个自定义插件,并尝试使用最新的cordova Android 平台版本对其进行测试。
每当我跑步时:
或者
我收到以下错误:
这是我的plugin.xml
文件的内容,涉及AndroidManifest.xml
.
我已经看到了这个答案,这个答案在我访问过的不同资源和网站中很常见,但对我没有帮助,因为我在从toapp/src/main/AndroidManifest.xml
更新后已经在使用。android@6.4.0
android@7.0.0
我的环境是:
- 苹果系统
cordova@8.1.2
android@7.1.1
注意:截至目前,我通过使用使其工作,android@6.4.0
但我想了解如何使其与较新的平台版本一起工作。
node.js - Expo Init 项目中的“错误:spawn cmd ENOENT”
我正在使用开始一个新的 React-Native 项目
世博会 init firstexpo
但我在命令提示符处收到此错误
错误:生成 cmd ENOENT
npm 启动错误找不到模块“opn”
我对编码很陌生,谁能告诉我如何解决这个问题?非常感谢。
node.js - 在系统上创建/设置 React Native 项目时面临的问题
以下是我面临的错误。任何帮助将非常感激。如果我身边还有其他需要,请告诉我。
javascript - ENOENT:运行 fs.readFile 时没有这样的文件或目录
自从开始我的项目以来,我在读取文件时遇到了困难。我尝试了相对路径和绝对路径。尝试创建我自己的文件并使用fs.writeFileSync()
输出一个。
有趣fs.writeFileSync()
的是(文件是用它的内容创建的),但fs.readFile()
找不到它创建的文件。
运行脚本会产生错误:
访问权限似乎是正确的: