user
02/03/2022, 5:54 PMbenhsm | Jack of N trades
02/03/2022, 5:55 PMuser
02/03/2022, 5:55 PMSeriousBug
02/03/2022, 5:56 PMuser
02/03/2022, 6:12 PMSeriousBug
02/03/2022, 6:24 PMSeriousBug
02/03/2022, 6:25 PM.gitignore
but that must have failed because of the bug. You can delete it for nowuser
02/03/2022, 6:26 PMSeriousBug
02/03/2022, 6:27 PMuser
02/03/2022, 6:28 PMSeriousBug
02/03/2022, 6:30 PMdendron.code-workspace
file from that new workspace to your existing workspace, next to dendron.yml
3. Retry publishing
That will probably fix the issue, it looks like a problem with different types of workspacesScriptAutomate
02/03/2022, 6:32 PMnpx
? If the CLI was installed at the global level, npx
isn't required as a prefix. So, commands become more like:
sh
dendron publish init
dendron publish dev
user
02/03/2022, 6:41 PMSeriousBug
02/03/2022, 6:42 PMrm -rf .next
should probably workSeriousBug
02/03/2022, 6:43 PMrd /s /q ".next"
according to stack overflow 😅user
02/03/2022, 6:46 PMTika
02/03/2022, 6:48 PMuser
02/03/2022, 6:56 PMuser
02/03/2022, 7:00 PMuser
02/03/2022, 7:01 PMjohndendron29
02/03/2022, 7:01 PMuser
02/03/2022, 7:01 PMuser
02/03/2022, 7:02 PMuser
02/03/2022, 7:09 PMdendron.code-workspace
file into the workspace's root. Then retried the npx dendron publish
command as per this guide: https://wiki.dendron.so/notes/FnK2ws6w1uaS1YzBUY3BR/
The results are that there are now no errors in the terminal window so that's nice.
However going to the localhost does not yield a website preview.
Also the .next
file has returned as a result of using the command 😢user
02/03/2022, 7:19 PMuser
02/03/2022, 7:33 PMSeriousBug
02/03/2022, 7:34 PM.gitignore
and add a line that says .next
in itSeriousBug
02/03/2022, 7:34 PM.next
there may be more stuff you need to dorethec
02/03/2022, 7:48 PM