Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
618 views

I'm writing a web extension to use at work that converts text into formatted code blocks using Prism and Prettier. We primarily use TypeScript and Java. Since the TypeScript plugin is included in ...
nop990's user avatar
  • 11
0 votes
0 answers
134 views

I need to create a UMD file so I can use Firebase on CodePen without an ES Module, I know that ES Modules are good support, but I want to use CodePen scripts. I have this code: import firebase from '...
jcubic's user avatar
  • 67.2k
0 votes
1 answer
582 views

so I recently installed browserify into my application, and I'm getting this error in the Chrome Dev console: bundle.js:10677 Uncaught TypeError: Unable to determine current node version at ...
Dani's user avatar
  • 1
0 votes
1 answer
78 views

How do I make a bundle file that puts $ and jQuery in the window/global scope so that other bundles can see it? I am trying to expose JQuery and Bootstrap from a common vendor file. I want my Layout....
Will Comeaux's user avatar
0 votes
1 answer
62 views

UPDATE 1 I am getting closer but still having an issue with some modules. Specifically, I am trying to include Morris.js (morris.js06) package. I now have my gulp seeming able to generate separate app ...
Will Comeaux's user avatar
1 vote
1 answer
105 views

Module not found: Error: Can't resolve 'crypto' in /Users/ravinbandara/Desktop/E-Commerce/E-Shop/frontend/node_modules/cookie-signature BREAKING CHANGE: webpack < 5 used to include polyfills for ...
Ravin Bandara's user avatar
1 vote
1 answer
49 views

Hoping someone might be able to help me to resolve the below. I am trying to utilise .env to store my API key. I have tried several methods but have been unable to return/ use my API key as of yet. So ...
Fi M's user avatar
  • 11
0 votes
1 answer
155 views

I am using NodeJS v18.18.0 to build a client React application that authenticates users via Kerberos. I intend to use node library kerberos (https://www.npmjs.com/package/kerberos). This package is a ...
Paulo Sardinha's user avatar
0 votes
0 answers
223 views

Hi. I have this code: import request from 'request'; import fs from 'fs' const url = 'https://transfermarkt-api.vercel.app/players/28003/profile'; const headers = { 'accept': 'application/json' }; ...
Husky7110's user avatar
0 votes
0 answers
95 views

I am trying to bundle a package using browserify so that I can use the require function on a browser. I install browserify globally, and for my code used terminal command browserify stocksite.js > ...
jakepow07's user avatar
0 votes
0 answers
46 views

I am trying to create a bundle file that will work like an embed script. I need jquery in it and I am trying it like this. I can use jQuery but I need to use a document. ready function. I was trying ...
Manoj Dhiman's user avatar
  • 5,161
0 votes
1 answer
52 views

I'm working on a website that helps poets write poems. So, I decided to use Browserify to pull in libraries (rhyme-plus-plus and dom-ready only right now, and the errors have nothing to do with the ...
TheShadowblast123's user avatar
0 votes
1 answer
41 views

I've been trying to follow several guides all week on integrating Typescript into my AngularJS 1.6.2. application. Everytime I get confused half way through. Right now, I'm on the fourth one in this ...
gib65's user avatar
  • 2,039
-2 votes
1 answer
246 views

How do I use the fs manager in a browser to edit a csv or a text file? I tried using browserFs and it still didn't work, maybe I was doing something wrong, I'm not so sure. When I used it no errors ...
god's user avatar
  • 1
0 votes
2 answers
245 views

I just installed browserify on my system and am able to bundle my scripts but when I call my env variables I am getting undefined. My file structure: MyProject dist node_modules src ...
nb_nb_nb's user avatar
  • 1,397

15 30 50 per page
1
2 3 4 5
196