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

v0.1.0 npm package broken? #10

Open
kun432 opened this issue Jul 31, 2020 · 1 comment
Open

v0.1.0 npm package broken? #10

kun432 opened this issue Jul 31, 2020 · 1 comment

Comments

@kun432
Copy link

kun432 commented Jul 31, 2020

I don't know much about JS/TS. So, sorry in advanced if I'm wrong.

v0.1.0 npm package seems broken.

$ npm install ask-sdk-core ask-sdk-model apla-responder
...snip...

+ apla-responder@0.1.0
+ ask-sdk-model@1.29.0
+ ask-sdk-core@2.9.0
added 4 packages from 4 contributors and audited 6 packages in 0.935s
found 0 vulnerabilities
$ ls node_modules/apla-responder/build/
index.js

For v0.1.0, loading apla-responder has failed.

$ node
> const Alexa = require('ask-sdk-core');
undefined
> const { AudioResponse, Components: Apla } = require('apla-responder');
Thrown:
{ Error: Cannot find module './generator/Generator'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18) code: 'MODULE_NOT_FOUND' }
>

For v0.0.1, no problem.

$ npm install ask-sdk-core ask-sdk-model apla-responder@0.0.1
...snip...
+ apla-responder@0.0.1
+ ask-sdk-core@2.9.0
+ ask-sdk-model@1.29.0
added 4 packages from 4 contributors and audited 4 packages in 0.849s
found 0 vulnerabilities
$ ls node_modules/apla-responder/build/
apla-documents	errors		generator	interfaces	library.js
components	filter-classes	index.js	jest.config.js	src
$ node
> const Alexa = require('ask-sdk-core');
undefined
> const { AudioResponse, Components: Apla } = require('apla-responder');
undefined

Anyway, this package is very AWESOME!

@allthepies
Copy link

Did you ever fix this ? Would love to use the library but am getting the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants