windy-plugin-template icon indicating copy to clipboard operation
windy-plugin-template copied to clipboard

🚁extend functionality of Windy.com. Develop your plugin in less than 5 minutes.

Results 4 windy-plugin-template issues
Sort by recently updated
recently updated
newest added

I forked this repository and then cloned it to my github and VScode, however I can't execute "npm i" in my VScode terminal. ![image](https://user-images.githubusercontent.com/62540327/184135222-7a05e64a-3614-48fd-bdd1-919aaf0d3608.png)

V39: In compiler.js, in reloadConfig function: ``` async function reloadConfig() { const { default: dir } = await import(path.join(__dirname, srcDir, 'config.js')); .... ``` change to: ``` const { default: dir...

The command "npm run build" seems to be not been tested on Windows. I tried to install it and it produced the following output: ![a75b6e49-f222-45a9-ae3f-494ee7dd63f5](https://github.com/windycom/windy-plugin-template/assets/43071660/375b8ee0-33a4-4180-9318-570876425d2a)

help wanted