Notion does not apply through the scoop installation
See original GitHub issuedescribe the bug To solve this problem, I modified the source code of ‘apply.js’ in
folder = process.env.LOCALAPPDATA + '\\Programs\\Notion\\resources';
and then i add
const scoopNotionLocal = process.env.USERPROFILE + '\\scoop\\apps\\notion\\current\\resources';
if (fs.pathExistsSync(scoopNotionLocal)) folder = scoopNotionLocal;
apply successful, but opening notion is still not applied
expected behaviour Make it available
screenshots
platform windows10
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Notion does not apply through the scoop installation · Issue #78
describe the bug To solve this problem, I modified the source code of 'apply.js' in folder = process.env.
Read more >Reset Notion – Notion Help Center
Open the Developer Tools using cmd + option + i for Mac, or ctrl + shift + i for Windows. · Keep the...
Read more >How To Setup Notion | Get the inside scoop on how to install ...
Get the inside scoop on how to install your Notion Home Monitoring System, including how to download ... If your smoke detector sounds,...
Read more >Notion | Scoop.it
Sharing your scoops to your social media accounts is a must to distribute your curated content. Not only will it drive traffic and...
Read more >10 Best Content Planner Tools That are Not Airtable, Notion or ...
Content planning tools can eliminate most of the manual work in content planning by automating several tasks. It accelerates the content planning process ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The official app is fine now, I uninstalled the scoop version, then apply, then it works. But I still want to support the scoop version, maybe I can find out what is wrong with it, thanks.
The problem still exists.