Skip to content

Commit b34f097

Browse files
committed
docs(troubleshooting): Windows permissions
1 parent 5b04df5 commit b34f097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/guide/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,8 @@ const context = await model.createContext({
151151
152152
If you found that the memory estimation is indeed inaccurate,
153153
please [open a new issue on GitHub](https://github.com/withcatai/node-llama-cpp/issues/new/choose) with a link to the model you're using and the output of the [`inspect measure`](../cli/inspect/measure.md) command.
154+
155+
## Getting an `The specified module could not be found \\?\C:\Users\Administrator\AppData\Roaming\npm\node_modules` Error on a Windows Machine
156+
The common cause for this issue is when using the `Administrator` to run `npm install` and then trying to run the code with a different user.
157+
158+
Ensure you're not using the `Administrator` user for `npm install` nor to run the code.

0 commit comments

Comments
 (0)