Quantcast
Channel: Active questions tagged require - Stack Overflow
Browsing latest articles
Browse All 139 View Live
↧

PDFMAKE: 'Roboto-Regular.ttf' not found in virtual file system ONLY AFTER GULP

I created a simple app using knockout/bootstrap/gulp that downloads a pdf using pdfMake.js. It works fine in debug mode using VS2017. After publishing and using gulp it gives this error when run: File...

View Article


importing and exporting modules in react

I'm working in a React.js project which I need to import some JavaScript in others, and some others I have to export it.For example I have A.js which needs some library:var EventEmitter =...

View Article


Fix ruby project inconsistent files using zeitwerk

For a large (non-Rails) ruby project with thousands files not following naming convention for class, module and constants that uses a lot require and require_relative and potential circular dependency,...

View Article

How to have aliases with nodejs import

I have a project using node.js v16, and more and more npm libs are not anymore compatible with require, and need to be used with import.Until now i was using package.json to have my root directory as...

View Article

How to "require" a LUA script within a Spoon-package?

We have base LUA file ~/.hammerspoon/init.lua which can load a spoon package:hs.loadSpoon("Foo")Now we have our package file init.lua by path:~/.hammerspoon/Spoons/Foo.Spoon/init.luaIt works fine.I...

View Article


Image may be NSFW.
Clik here to view.

Import a library into a chrome extension content script?

I am looking to import a library into one of my chrome extension's content scripts. Lets take chart.js for instance.I've already looked at this post, but I'm not sure if it is what I need. If it is,...

View Article

Error: Failed to open stream: No such file or directory

I have this code and the same twilio.php library running on both a local (XAMPP) server and a VPS:checkConnection.php<?php // Include Twilio PHP Library here require...

View Article

Cpanel React js dynamic site not running

I am trying to run my dynamic node react js web app on cpanel. But as I try and 'run js script' of npm run dev I get this error message...returncode: 1stdout:vite-project@0.0.0 dev...

View Article


Syntax for using math.js in typescript file

I am writing an office 365 addin using typescript. I am trying to use functions from math.js. In my home.html head tag, I have the line:<script...

View Article


What is the 'import * as ...' equivalent for require?

When using the ES6 import command, you can use an alias to import all functions from a file, for example:import * as name from "module-name";Is there an equivalent way to do this using require,...

View Article

How to use --exec option in nestjs command

I'm trying to use the --exec option to run a command before the nestjs server start (--require).I want to modify the start:dev script in my package.jsonBut I can not make it work, always got an...

View Article

is there a require for json in node.js

I would like to include a couple of JSON files in my JavaScript code that are in the same directory as my JavaScript source file.If I wanted to include another JavaScript file I could simply use...

View Article

Is it possible to clear node.js require cache using express.js?

I wrote node.js small app for myself which was using small js code to clear require cache before handling request:let clearCacheif (process.env.NODE_ENV === 'development') { const {cache} = require...

View Article


The difference between "require(x)" and "import x"

I've just started working on a small node project that will interface with a MongoDB. However, I cannot seem to get the relevant node modules to import correctly, even though I have installed them...

View Article

PHP include/require inside functions

Having functions that are quite big and they are loading every time the page is loaded, would be better to write function foo(){ include(.../file_with_function's_code); return; } to minimize the size...

View Article


How can I set require() to dynamically update with an image path in React?...

I have an image on my About page of a react app which i'd like the image to change to a new image every 5secs. I have set up my hooks and my aboutImg state is initially set to require('./img/rope.jpg')...

View Article

How to dynamically render a markdown file in Angular?

I'm trying to write an Angular component that renders markdown files as part of the webpage, using the ngx-markdown library. Looking at the library's official demo, it has a list of files that it...

View Article


Backbone insert data inside Model from another

I have a simple app in backbone where the logic isn't clear for me, It's my second app and I don't know if is good the logic and how I have construct it.The goal is when I load a page I want to...

View Article

How to catch error of require() or include() in PHP?

I'm writing a script in PHP5 that requires the code of certain files. When A file is not available for inclusion, first a warning and then a fatal error are thrown. I'd like to print an own error...

View Article

Why can't C++ tell return_void and return_value are mutually exclusive?

I am trying to define my own coroutine promise type, and I have the following declarations:void return_void() requires std::same_as<T, void> {}template<class X>void return_value(X&&...

View Article

JS function works only when hard refreshing page

I'm sure this has something to do with the timing of things loading, but I can't figure it out.I'm using Oracle's Jet charting libraries and trying to convert the y-axis to a percentWhen I run this...

View Article


Node.js global require

how can i require a module globally so i can use it in different modules without having to require it again?or do i just have to do that everytime?is there any best practice for this?heres an example...

View Article


Use template functions inside template

I want to implement the following for more than one (i.e. many) functions (function1(), function2(), ...etc.).Currently I have it separately as follows:template <typename T>concept iterator_1 =...

View Article

How does this "require" statement with a dynamic filepath work?

require dirname(__FILE__).'/yahooPHP/lib/Yahoo.inc';This line is in one file in one directory and I am having trouble determining how to reference a file in another directory. What does this expression...

View Article

Node require returns undefined

I have an ErrorHandler class in my node code that handles all occuring errors.Every Error has its own class. All classes are placed in seperate files so the folder structure...

View Article


plugin externalize-deps - This package is ESM only but it was tried to load...

I am installing a plugin in Vite, but I run into an error message stating that the package only supports ESM, not CJS.package.json{"devDependencies": {"example-package": "^1","vite": "^6"...

View Article

Node.js cannot find installed module on Windows

I am learning Node.js at the moment on Windows. Several modules are installed globally with npm.cmd, and Node.js failed to find the installed modules. Take Jade, for example,npm install jade -gJade is...

View Article

execute lua string as lua code

I want to share lua modules with coworkers. In order to get the latest version of shared modules I want to store and fetch them with a web server.My questions is: Is it possible to load lua code...

View Article

Save an object containing functions to a .js file

Say I have an object like below: let obj = { mounted: (value) => { return "Yeesss"+ value; }, a: "123123", c: { d: (key) => { return key + 1; } }}I can stringify the object and its functions like...

View Article



require() of ES Module \node_modules\string-width\index.js from...

`#11 44.55 ERROR require() of ES Module /app/node_modules/string-width/index.js from /app/node_modules/wide-align/align.js not supported.#11 44.55 Instead change the require of index.js in...

View Article
Browsing latest articles
Browse All 139 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>