Cant complete customization #7768
-
Hello, i'm trying to follow the Customization tutorial for Powershell 7: npm start
I've tried adding these manually from he github but they get removed everytime. Next i tried to see if it would run at all using
I can't get the preview to work, any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I expect this issue to be a problem with Windows, but I don't have Windows at my disposal. Everything works as expected on macOS / Unix. Maybe somebody with access to Windows can help here. The second error might be caused by the fact that the build is not completing. Try to run it on a fresh checkout – all files are checked in. If that works, and you followed all steps in the customization guide, it's related to the symlink problem. |
Beta Was this translation helpful? Give feedback.
-
Hello @A3Bagged,
The first issue shows errors with symlink creation. You need to run PowerShell with Administrator privileges or enable Developer mode, I run as admin personally.
Second issue looks like you haven't enabled the As for the issue with the https protocol, I don't know, I never used GitHub Desktop 🤔 . If you're planning to work with Insiders and perhaps plan to use the |
Beta Was this translation helpful? Give feedback.
Hello @A3Bagged,
The first issue shows errors with symlink creation. You need to run PowerShell with Administrator privileges or enable Developer mode, I run as admin personally.
Second issue looks like you haven't enabled the
venv
with the Insiders version of the project, hence the lack of the preview module.You can check
pip show mkdocs-material --verbose
As for the issue with the https protocol, I don't know, I never used GitHub Desktop 🤔 . If you're planning to work with Insiders and pe…