Questions tagged [module-packaging]
19 questions
0
votes
2 answers
Systemjs-Builder - Cannot configure properly - Bundling Typescript into a package
I want to build a quick nodejs script to package a Typescript app as SystemJS modules, a lot like what Angular2 bundles look like.
I tried different configurations but I can't seem to put my finger on it, and haven't found clear enough documentation…

Olivier Clément
- 764
- 1
- 8
- 27
-1
votes
1 answer
How do I sign an apk for play store?
I have signed an app in adroid studio and made it an APK but cannot install on devices. App works fine on my emulator but cannot install on devices.
Haven't tried any solution yet.
-1
votes
1 answer
How Can we Create a plugin and Play Architecture in Django?
Actually, I want to create a plug and play architecture in Python Django. I have a different kind of scrapers and I am writing more scrapers too. Whenever I build a new scraper I have to again publish my repo in production. What I need I just want…

Raheem Khan Dawar
- 139
- 10
-3
votes
1 answer
Why is there a problem with Turtle module?
My turtle module does not work in IDE. Can anyone help me?
Code:
import turtle
t = turtle.pen()
I wrote this code to make the turtle module open its app, but it didn't happen.

arad mns
- 3
- 2