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

Cannot find module #21

Open
marcoroganovic opened this issue May 30, 2017 · 1 comment
Open

Cannot find module #21

marcoroganovic opened this issue May 30, 2017 · 1 comment

Comments

@marcoroganovic
Copy link

Hi, I'm wondering if there is a way to import this library as any other npm package? I'm using Gulp with Babel plugin. I tried to change main property in package.json to different files but I couldn't resolve issue.

Also, I have tried to include the script from bin/ folder but there is no VPAIDFlashClient constructor available globally unless I assign it as a property on window.

@DoomTay
Copy link

DoomTay commented Aug 4, 2018

Version 0.1.9 is useable as a script, but I can't install it as a module

> bower install | ./flexSDK.sh

'.' is not recognized as an internal or external command,
operable program or batch file.
npm WARN enoent ENOENT: no such file or directory, open 'E:\Projects\oldFlashTest\package.json'
npm WARN oldFlashTest No description
npm WARN oldFlashTest No repository field.
npm WARN oldFlashTest No README data
npm WARN oldFlashTest No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! [email protected] postinstall: `bower install | ./flexSDK.sh`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Taylor\AppData\Roaming\npm-cache\_logs\2018-08-04T20_26_04_012Z-debug.log

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