天天看點

webIDE裡建立extension project時遇到錯誤的解決方案

Suppose you try to create a new extension project based on one existing project:

webIDE裡建立extension project時遇到錯誤的解決方案

if you meet with this error message below: ( the next button is disabled )

webIDE裡建立extension project時遇到錯誤的解決方案

This is caused by the fact that the necessary project json file is not created by standard development for My note application. All you need to do is to create a .project.json file manually and paste the following source code:

webIDE裡建立extension project時遇到錯誤的解決方案

After that the button will be available again:

webIDE裡建立extension project時遇到錯誤的解決方案