Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@holisticon/nativescript-buildhelper
Advanced tools
Basic NPM package for helping on automate releasing of NativeScript Apps
Basic NPM package for helping on automate releasing of NativeScript Apps
** CURRENTLY A PRE-RELEASE **
npm install @holisticon/nativescript-buildhelper --save-dev
Or if you want to use the development version (nightly build), which maybe not stable!:
npm install @holisticon/nativescript-buildhelper@next --save-dev
For those who haven't deployed any apps in v2.4 of NativeScript; one of the new features that is turned on by default is SnapShots. Now most the time this is a AWESOME thing, however occasionally this can cause issues. For example I have one app of mine that this crashes at startup when using SnapShots.
Now the docs do list how to disable snapshots; but it is a lot easier for me to find the notes on my own site than trying to figure out which doc has the info.
The environmental variable you need to adjust is: TNS_ANDROID_SNAPSHOT
0 = Force Snapshots off always 1 = Force snapshots on (including in debug mode) Unset = Snapshots only in Release mode
If you need to debug the tests use the node-inspector:
npm run debug
node-inspector --web-port=8282
You can then open chrome at http://127.0.0.1:8282/?port=5858 for debugging.
If you want to have verbose logging add NODE_DEBUG=holisticon_tns:
NODE_DEBUG=holisticon_tns node tns-buldnumbering
0.2.0 (2017-11-10)
TypeError: require(...) is not a function
(936387e)FAQs
Basic NPM package for helping on automate releasing of NativeScript Apps
The npm package @holisticon/nativescript-buildhelper receives a total of 258 weekly downloads. As such, @holisticon/nativescript-buildhelper popularity was classified as not popular.
We found that @holisticon/nativescript-buildhelper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.