question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module './licensemanager'

See original GitHub issue

After upgrading from v2.363.0 to v2.368.0 I’m seeing this error on startup:

Error: Cannot find module './licensemanager'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
    at Function.Module._load (internal/modules/cjs/loader.js:506:25)
    at Module.require (internal/modules/cjs/loader.js:636:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (Redacted/node_modules/aws-sdk/clients/all.js:168:19)
    at Module._compile (internal/modules/cjs/loader.js:688:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
    at Module.load (internal/modules/cjs/loader.js:598:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
    at Function.Module._load (internal/modules/cjs/loader.js:529:3)
    at Module.require (internal/modules/cjs/loader.js:636:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (Redacted/node_modules/aws-sdk/lib/aws.js:6:1)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AndrewBarbacommented, Dec 3, 2018

Hey guys I’m really sorry, looks like the issue for me was my .yarnclean file which had an entry for LICENSE.*. After removing that its working fine

1reaction
mrapczynskicommented, Dec 3, 2018

@AndrewBarba @srchase I just spent an hour this morning debugging this too.

To the extent that I can tell, from 2.366.0 and up, all.js refers to the licensemanager module, but it was not delivered in the file tree as part of the NPM package.

See screenshot below. Compare file tree on the left (from 2.368.0) to the module imports on the right.

screen shot 2018-12-03 at 10 09 57 am
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Find an Activated License for the Module
It is possible that it will connect to the License Manager that does not have an activated license for the needed feature. In...
Read more >
"The License manager is not functioning or is improperly ...
Option 5: Recreate the licensing data file. AutoCAD will not run if the licensing data file is missing or corrupted. Browse to the...
Read more >
WorldShare License Manager - OCLC Support
WorldShare License Manager is used to keep all license information from all vendors in one centralized, cloud-based system.
Read more >
License Manager - User Manual - Confluence - Blesta
This plugin facilitates secure communication between the License Module and the client software, acting as a license server for both the ...
Read more >
LicenseManager — Boto3 Docs 1.26.39 documentation
You cannot delete a license configuration that is in use. See also: AWS API Documentation. Request Syntax. response = client.delete_license_configuration ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found