Joshua | Rem-Chan
Joshua | Rem-Chan
DDeno
Created by Joshua | Rem-Chan on 10/28/2023 in #help
error: Uncaught Error: Input watch path is neither a file nor a directory.
It works fine in mac but not in windows
11 replies
DDeno
Created by Joshua | Rem-Chan on 10/28/2023 in #help
error: Uncaught Error: Input watch path is neither a file nor a directory.
Looks like its the npm i18n package doing its work. It has a fs.watch in it, and thats the trigger I believe. I dont exactly know why it should but yeah. Removing it fixed the issue.
11 replies
DDeno
Created by Joshua | Rem-Chan on 10/28/2023 in #help
error: Uncaught Error: Input watch path is neither a file nor a directory.
the npm packages we use are:
{
"@discordeno/bot": "^19.0.0-next.8d1ba2a",
"@spectacles/brokers": "^0.9.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"winston": "^3.9.0"
}
{
"@discordeno/bot": "^19.0.0-next.8d1ba2a",
"@spectacles/brokers": "^0.9.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"winston": "^3.9.0"
}
11 replies
DDeno
Created by Joshua | Rem-Chan on 10/28/2023 in #help
error: Uncaught Error: Input watch path is neither a file nor a directory.
The program doesnt even go to the first line, and thats weird. Like we added console.log on top of everything to see if its executed but nope. The run goes straight to the error.
11 replies
DDeno
Created by Joshua | Rem-Chan on 10/28/2023 in #help
error: Uncaught Error: Input watch path is neither a file nor a directory.
but the node_modules aren't transferred while sharing the code right? So when its run on the windows, it shouldnt affect it
11 replies
DDeno
Created by Joshua | Rem-Chan on 7/13/2023 in #help
Caching old versions
2 replies
DDeno
Created by Joshua | Rem-Chan on 7/3/2023 in #help
Adding npm specifiers to deno.json
Weird
6 replies
DDeno
Created by Joshua | Rem-Chan on 7/3/2023 in #help
Adding npm specifiers to deno.json
i hae the deno plugin, v3.something
6 replies
DDeno
Created by Joshua | Rem-Chan on 7/3/2023 in #help
Adding npm specifiers to deno.json
its already in npm, when pressing quick fix => cache module, it says it couldnt find module
6 replies