Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 release has no compiled assets #299

Closed
dfairaizl opened this issue Jan 15, 2019 · 0 comments
Closed

3.0 release has no compiled assets #299

dfairaizl opened this issue Jan 15, 2019 · 0 comments
Assignees
Labels
api: datastore Issues related to the googleapis/nodejs-datastore API. 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@dfairaizl
Copy link

Hello,

I updated a project to use the just released 3.0.0 version and it fails to load - looking in the installed module there are no compiled js files, just the typesscript source.

NPM:

"@google-cloud/datastore": "^3.0.0",

Running:

const { Datastore } = require('@google-cloud/datastore');

Produces the following stack trace:

{ Error: Cannot find module '@google-cloud/datastore'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18) code: 'MODULE_NOT_FOUND' }```
@google-cloud-label-sync google-cloud-label-sync bot added the api: datastore Issues related to the googleapis/nodejs-datastore API. label Jan 31, 2020
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
@JustinBeckwith JustinBeckwith self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/nodejs-datastore API. 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants