jspm Questions
3
Solved
Now that all modern browser support javascript modules, I'm trying out importing code right in the browser. We can get npm modules from unpkg.com, and I've found the jspm project, which wraps npm m...
Alate asked 12/5, 2018 at 15:49
3
I am trying to integrate chartjs with importmaps in rails 7 but its not working
I have tried with following procedure
bin/importmap pin "chart.js@^3.8.0" --download
here is my applicati...
Thus asked 4/6, 2022 at 13:21
4
Solved
I have installed foundation via jspm install foundation, then import foundation
and jquery.
The problem I am having is that if I import jquery via import $ as 'jquery' I get the error jquery_1.def...
Alveolate asked 10/2, 2016 at 8:44
2
Solved
I tried to build simple app using jspm with vue.js.
This is my html file:
<html>
<head>
<script src="bundle.js"></script>
<!--script src="jspm_packages/npm/[email...
Synapse asked 8/2, 2017 at 22:27
7
Solved
I'm trying to learn Typescript. While I don't think it's relevant, I'm using VSCode for this demo.
I have a package.json that has these pieces in it:
{
"devDependencies": {
"gulp": "^3.9.1",
"...
Manado asked 15/4, 2016 at 13:15
2
Solved
I was following JSPM getting started guide and I want to install jquery package so I execute below command.
jspm install jquery
But when I try to import it in typescript like below
import $ fro...
Erastes asked 30/1, 2016 at 13:36
3
I understand that I can install npm packages with jspm by running: jspm install npm:<pkg-name> and this will allow me to use it in development (e.g. within my JS file: import myPackage from '...
Lancers asked 11/8, 2016 at 9:46
2
Solved
I'm trying to bootstrap a web app using TypeScript and jspm & system.js for module loading. I'm not getting very far. After installing jspm, and using it to install jQuery:
jspm install jquery...
Gianna asked 5/2, 2016 at 12:13
3
Solved
I am having the following problem running the below versions of JSPM with Angular2 and SystemJS (Versions: [email protected] with [email protected] and [email protected]) That once t...
Bilk asked 18/6, 2015 at 9:42
1
Solved
this is not a coding, but rather a process question.
I am building software that might need a post-release fix or feature addition for certain markets or in general.
Following the SemVer 2.0 (htt...
Nickels asked 25/8, 2017 at 9:1
1
Whilst my development environment works absolutely fine my build server is suffering with errors such as the following... although at some point it was all working fine too!
warn Error on lookup f...
1
My application is using JSPM and SystemJS for module loading and is using angular.
My config.js file has angular map like:
"angular": "github:angular/[email protected]"
So when I do import...
Monsour asked 12/6, 2017 at 10:54
2
Solved
I have a small-medium size (~28 KB including just the (TypeScript transpiled) JS + HTML templates) Angular 2 app.
It's based originally on the angular.io quickstart, but now I am bundling/minifyin...
Peripeteia asked 31/5, 2016 at 10:31
2
Solved
4
I'm using Typescript with SystemJS for module loading and Gulp for task runner in my Angular 2 project. The current version of Angular in the project is RC2 but the problem is present also with RC1...
Orifice asked 16/6, 2016 at 14:43
1
I have recently updated typescript at the new version 2.2.1 after this I began to receive this error on the browser:
Uncaught (in promise) Error: "exports is not defined"
I noticed that types...
Paries asked 16/3, 2017 at 14:10
1
I want to be able to asynchronously load dependencies using System.import(), but without having to transpile ES6 to ES5 during production runtime. I want these modules to be transpiled into separat...
Farmer asked 15/3, 2016 at 18:11
1
Recently I've used JSPM for my angular 2 projects and found it very simple and convenient to work with. Both when it comes to adding new modules, and creating a bundle for production use.
It's bas...
2
Solved
Does the command jspm install . update the packages to the latest version?
Eckert asked 17/8, 2015 at 11:51
1
Solved
SystemJS (Aurelia with jspm) fails to load "aurelia-pal-browser" from jspm_packages folder
I've followed the instructions at https://www.danylkoweb.com/Blog/getting-started-with-aurelia-in-aspnet-mvc-EH, step 3-5 to install Aurelia in to my asp.net mvc core app (i.e. running npm install,...
Goldsberry asked 7/1, 2017 at 14:54
2
Solved
I'm getting more into System.js and JSPM, where I've come to the point where I want to bundle my TypeScript source code into a JavaScript bundle.
Now I can bundle my generated JavaScript code with...
Underwood asked 28/7, 2015 at 22:10
1
Solved
In the pre-release versions of Aurelia (for example, betas), JSPM install always got .js and .d.ts files, which was perfect. Now JSPM downloads only .js files. To fix(?) this, Skeleton Templates us...
Rightward asked 29/9, 2016 at 10:5
0
Using angular 2.0.1 (release) and ng2-file-upload 1.1.0 (latest version) I am getting the above error upon running this code. I am using jspm with systemjs to bundle my app (all fully up-to-date).
...
3
I install jspm in https://github.com/jspm/jspm-cli/wiki/Getting-Started.
npm install jspm -g.
It run.
and I call it: jspm install, it not run,cmd notice "'jspm' is not recognized as an internal or ...
Ranie asked 11/7, 2015 at 9:48
2
I've been fighting the last few days with getting coverage reports working and I've hit an issue I haven't been able to resolve. The stack trace I'm receiving, with a couple of lines of surrounding...
Ranger asked 15/7, 2016 at 20:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.