error with npm publish
-
Hi
Windy-plugins is great, works well with windy.com/dev
Trying to publish, but keep getting this error:npm ERR! path C:\Users\rittels\AppData\Local\Temp\npm-10784-fa2a6053\tmp\fromDir-b99d663f\package.tgz
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlinkTried: Run as admin, cleared cache, deleted package-lock.json.
Can you help?
thx
-
Hi @rittels ,
it is great to see that someone wants to publish windy plugin.
unfortunately this is rather the NPM problem. Try google or stackoverflow. -
npm
has terrible error messages. Are you logged in to npm repository? Have tried to publish any other package before? -
Great Success!!
yes I'm new with npm.
I had to login to npm (npm adduser and npm login).
then: npm publish --access public //(this is new)
windy-plugin-airspaces
-
@rittels WOW that is great
So I will start do develop stuff that:
- Plugins remain persistent once a user loads them
- Gallery of succ plugins
- Some auto update of plugins mechanism
- Also some usage static would be nice
We woud like to send you t-shirt and hat. What is your size and some adress.
-
Thanks ivo!!
I really enjoy fiddling with Plugins. I am eager to see what you develop further.It would be great to load and mount the plugin from the url query str:
Like: "windy.com/plugin?windy-plugin-airspaces" or something like that.
-
Yes we will support opening from URL also
What I suggest now, that I will check your source code and extend our plugin API so you will not need to hook directlly DOM elements. For instance I can extend
picker
API so you can insert HTML code inside, also if you wish to have opening icon on the screen etc... -
As I said before plugin API is just prototype and now we are eager to extend it