How to include a node_module folder in livecode app

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ecann
Posts: 327
Joined: Wed Oct 26, 2016 12:26 pm

How to include a node_module folder in livecode app

Post by ecann » Wed Nov 18, 2020 4:01 pm

Hello good day everyone, please I am building an app that would require npm install of some javascript files and dependencies. Is there a way that iCann include the node_modules downloaded on my pc to livecode standalone application to be access through the browser widget?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9842
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: How to include a node_module folder in livecode app

Post by FourthWorld » Wed Nov 18, 2020 4:45 pm

NPMs are Node.js packages. You'd need to be running the Node.js server package to use them, no?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

ecann
Posts: 327
Joined: Wed Oct 26, 2016 12:26 pm

Re: How to include a node_module folder in livecode app

Post by ecann » Wed Nov 18, 2020 11:48 pm

FourthWorld wrote:
Wed Nov 18, 2020 4:45 pm
NPMs are Node.js packages. You'd need to be running the Node.js server package to use them, no?
Please I dont understand the last word no?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9842
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: How to include a node_module folder in livecode app

Post by FourthWorld » Wed Nov 18, 2020 11:56 pm

ecann wrote:
Wed Nov 18, 2020 11:48 pm
FourthWorld wrote:
Wed Nov 18, 2020 4:45 pm
NPMs are Node.js packages. You'd need to be running the Node.js server package to use them, no?
Please I dont understand the last word no?
"No" is an English word signifying negation. When used as a separate clause at the end of a sentence followed by a question mark it's a short-hand way of asking, "Is this not true?"
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

ecann
Posts: 327
Joined: Wed Oct 26, 2016 12:26 pm

Re: How to include a node_module folder in livecode app

Post by ecann » Thu Nov 19, 2020 12:12 am

FourthWorld wrote:
Wed Nov 18, 2020 11:56 pm
ecann wrote:
Wed Nov 18, 2020 11:48 pm
FourthWorld wrote:
Wed Nov 18, 2020 4:45 pm
NPMs are Node.js packages. You'd need to be running the Node.js server package to use them, no?
Please I dont understand the last word no?
"No" is an English word signifying negation. When used as a separate clause at the end of a sentence followed by a question mark it's a short-hand way of asking, "Is this not true?"
OH okay... meaning it is not possible . Thank you very much

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”