547 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
54
views
jspm and npm (separately) both fail to install [email protected]
Need your help in figuring out an installation.
We are currently using [email protected] but need to upgrade it. I found that the 3.0.5 version seems to be the latest one without any breaking changes.
...
0
votes
0
answers
41
views
JSPM Install command does not download dependencies in "overrides" section mentioned in project root/package.json
I (new to js) need to do a security fix regarding a transitive dependency in one of our projects. The lodash transitive dependency version in babel-core dependency is being highlighted as version that ...
2
votes
1
answer
194
views
gulp_jspm DeprecationWarning
When I use gulp_jspm I get this DeprecationWarning is there something else I should use to create my bundle files? When I used gulp-jspm-build I have to add some node files that I never had to do ...
3
votes
0
answers
198
views
gulp_jspm Domain property building project using gulp
I am getting this error when I try build my project using gulp. It is getting trigger with this logic gulp_jspm. Is there something else I should use to create my bundle files? Do I use this gulp-jspm-...
5
votes
3
answers
3k
views
Using chart.js with importmaps in rail 7
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 ...
1
vote
0
answers
211
views
importing Couchnode as ESM gives error "[ERROR]: JSDoc '@augments' is not attached to a class."
I have a project i'm building in Deno and I'm trying to import the couchbase nodejs client via https://dev.jspm.io/couchbase but i'm getting an error:
[ERROR]: JSDoc '@augments' is not attached to a ...
1
vote
0
answers
531
views
JSPM not able to download github packages behind the proxy
I am using http proxy between JSPM and socks tunnel.
At the mooment the npm packages are downloading, but jspm can not install the github packages.
The error I am getting is coming from
project/...
2
votes
1
answer
554
views
Do esm.sh and jspm.org follow the same approach regarding deno compatibility?
I've seen deno examples importing npm modules both from esm.sh and jspm.org
In esm.sh I read:
esm.sh will polyfill the node internal modules(fs,os,etc) with https://deno.land/std/node to support some ...
1
vote
1
answer
342
views
JSPM_GITHUB_AUTH_TOKEN as header
I am having trouble with a github alert that is telling me the following:
"On September 11th, 2020 at 18:16 (UTC) your personal access token (JSPM_PRUEBA) using jspm was used as part of a query ...
0
votes
0
answers
214
views
jspm for install angular return "Error: EPERM: operation not permitted, rmdir 'C:..\AppData\Local\.jspm\packages\npm\@angular\[email protected]\bundles' "
hope everybody is in good willing , please any help will be appreciated ,,,
I'm using jspm to install angular,, but I return this error continously "Error: EPERM: operation not permitted, rmdir 'C:\...
0
votes
1
answer
267
views
jspm init command does not work, I really stuck. any help will be appreciated
Hello all,
I have install jspm globlly and locally at my-project directory, but when I type jspm init to the console it returns that 'jspm' is not recognized as a command.
I have stuck on for more ...
1
vote
1
answer
92
views
Staging a component for testing
Executing the app and loading views with @useview('resources/panels/data-table-panel.html') works, but running a component test fails. Caused by 404 html-file not found.
By changing the path to @...
1
vote
1
answer
224
views
Error while doing jspm install using node 9
Using node 9.4.0 and doing jspm install throwing below error.
warn Error on getOverride for jspm:npm
TypeError: "timeout" must be an unsigned integer
at validateTimeout (child_process.js:623:...
4
votes
1
answer
935
views
jspm init returns "jspm init has not yet been implemented"
I just installed jspm globally using npm on Mac OS (sudo npm install jspm -g). Now when I run jspm init, I see the following console output:
err (jspm) jspm init has not yet been implemented.
When I ...
bgh's user avatar
- 2,200
2
votes
1
answer
469
views
How to create import map with jspm2
I am trying to import javascript packages from npm using JSPM module loader and use offline package loader instead of CDN.
now I want to add an importmap script so I can import react or another module ...