NPM release old?
See original GitHub issueI noticed that chalkboard/palette.css
is not in the NPM release, and neither is the associated colorButtons
code in chalkboardp/plugin.js
. Probably just need to do another npm publish
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION
Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C...
Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C...
Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >Tip: Click on a version number to view a previous ... - npm
Tip: Click on a version number to view a previous version's package page ...
Read more >Downgrade npm to an older version - node.js - Stack Overflow
How can I install an older version? I updated npm according to the instructions on the About npm CLI versions: The latest release...
Read more >How to install the previous version of node.js and npm
In windows: npm install -g npm@version. Example: npm install -g npm@4.0.0 · In linux: sudo apt-get install npm=version-1chl1~precise1. Example:
Read more >How to Publish an Updated Version of an npm Package
The easiest way to update your version number is to use the handy npm version command. This will automatically update the version number...
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
That’s right. I am just wrapping up some stuff before the next release (which will include chalkboard broadcasting, polls, Q&As).
Your latest comments come in handy. Thanks a lot!
Ohh, the room name feature is what I was missing. I was trying the “host seminar” button without fixing a room name, which I guess ended up generating a random room name, I guess on this line. Makes sense now, and works for me.
It might be worth adding some documentation to the demo to explain this feature. In this example, we could simply mention that once a client joins they can also become a host using the “host seminar” button (because they have the password). I’ll make an issue.