Registry / devops / lichenscript-linux-x64

lichenscript-linux-x64

JSON →
library0.6.3jsnpmunverified

LichenScript is a programming language that compiles to JavaScript. This package 'lichenscript-linux-x64' is a platform-specific binary distribution for the LichenScript compiler, version 0.6.3. It is part of a family of platform packages (lichens cript-linux-x64, lichenscript-linux-arm64, lichenscript-darwin-x64, etc.) that are typically installed automatically by the 'lichenscript' parent package. This package ships the compiler binary for Linux on x64 architecture. It has no runtime dependencies.

npm install lichenscript-linux-x64
INSTALL
IMPORT
SIG · LICHENSCRIPT-LINUX
L
lichenscript-linux-x64
devopsjavascriptv0.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compile
No JavaScript API; the package provides a CLI binary.
This is a platform-specific npm package that only provides a binary. It is not meant to be imported directly. Install 'lichenscript' instead.

Installs the LichenScript compiler globally via the parent 'lichenscript' package, creates a simple hello world file, compiles it to JavaScript, and runs it.

npm install -g lichenscript # or for yarn: yarn global add lichenscript # Then use: echo 'print "Hello, world!"' > hello.ls lichens cript compile hello.ls # Outputs hello.js node hello.js
Debug
Known issues
gotchaThis is a platform-specific binary package. It should not be installed directly; instead install the parent 'lichenscript' package which pulls the correct platform-specific package automatically.
fix
npm install lichenscript
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'lichenscript-linux-x64'
Attempting to require or import the platform package directly in JavaScript code.
fix
This package is not an importable module. Install and use the CLI by running 'lichens cript' command globally via 'npm install -g lichenscript'.
Upgrade
Version history
0.6.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lichenscript-linux-x64 — npm install lichenscript-linux-x64 · libregistry