question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest version is not published on npm yet.

See original GitHub issue

Thank you for your great job. It seems that the latest v1.2.4 module (fixed #111) is not published on npm yet.

Could you publish the latest version to npmand release on GitHub ?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:5
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
the-simiancommented, Jun 1, 2021

also just a heads up on that globby issue referenced, if I recall that might make it behave differently on windows. I had to deal with that regression on another project of mine, create-phaser-app, so you can’t just pull it in I need to make some code changes in the globs.

like I had to change my globs in there to look like this:

const LEVELS_INPUT_PATH = path.posix  
 .resolve(__dirname, `../../src/assets/levels/${RAW_FOLDER}/**/*.json`) 
 .replace(/\\/g, '/');

the .replace was the important part and also using posix, too. Not a huge deal since I know how to fix it but wanted to explain why that wasn’t in yet.

0reactions
1000i100commented, Nov 23, 2022

One year later, still not published ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

New version of package is published but does not show up on ...
I have issue with publishing my new version to npm. I saw this question: I published one package on npm, but it's not...
Read more >
Don't update latest when the published version is not ... - GitHub
A possible workaround which I did not try yet: In the git branch for the old major version, update package.json and add "publishConfig":...
Read more >
Updating your published package version number - npm Docs
Go to your package page ( https://npmjs.com/package/<package> ) to check that the package version has been updated. For more information on npm version...
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 >
Frequently Asked Questions - semantic-release
The package.json 's version will be updated by the semantic-release command just before publishing to npm ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found