Platform not supported: linux
See original GitHub issueArticle URL
https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/onenote-quickstart
Issue
I’m trying to create a simple addin for OneNote Web on a Linux (Fedora30) host machine. I created sample application with genertor-office, but start:web
action is throwing this error: Platform not supported: linux
.
$ yo office
? Choose a project type: Office Add-in Task Pane project
? Choose a script type: JavaScript
? What do you want to name your add-in? My Office Add-in
? Which Office client application would you like to support? OneNote
Once project is created, run:
$ npm run start:web
> office-addin-taskpane-js@0.0.1 start:web /home/nigupta/temp/My Office Add-in
> office-addin-debugging start manifest.xml web
Debugging is being started...
App type: web
Unable to start the dev server. Error: Platform not supported: linux
Debugging started.
I thought creating addin for OneNote Web would be allowed from any OS?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Linux Discovery - Platform not supported while same OS ...
When running a Linux Discovery on SCOM 2012 R2 - UR14, a server is identified as Oracle Linux 7.9 but discovery issues an...
Read more >Error installing ITCM Agent on Unix or Linux platforms
Cause. The issue is caused by the installation script doing a kernel version check, which is not matched with an expected result...
Read more >It says my system is not supported – what do I do?
If you are hitting an error that says some part of your system is not supported, view below for some tips on how...
Read more >Zoom system requirements: Windows, macOS, Linux
This article lists the requirements for using the Zoom desktop client on Windows, macOS, and Linux. ... S Mode is not supported.
Read more >Supported Platforms | Qt 6.4 - Qt Documentation
The following platforms are supported in Qt 6.4. For information about prior Qt releases, please consult the relevant version in the Qt Documentation ......
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 Free
Top 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
@TCourtneyOwen thanks for your explanation.
Is there a chance to support Linux in the future? AFAIK you are already open-minded by supporting MacOS. Since Linux is widely used by web developers and since Add-in development is powered by web technologies without needing huge things like Visual Studio or similar anymore, I think more developers using Linux will make Office Add-ins in the future.
I did not find any other thread mentioning that error message, so maybe we could reopen that issue and keep it as a feature request?
Thanks for detailed steps for starting dev server on Linux. I’m closing it for now but I would appreciate a more seamless Linux dev setup for Web/Office365 plugin work.