Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Variable Require Example

node v10.24.1
version: 2.0.0
endpointsharetweet
require("ramda"); const filename = require.resolve("ramda");
const { dirname } = require("path"); const NODE_PATH = dirname(dirname(dirname(filename)));
const lodashPath = `${NODE_PATH}/lodash` require(lodashPath);
Loading…

no comments

    sign in to comment